-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.3.0
-
x86
-
linux
Name: skR10017 Date: 07/03/2000
When you execute appletviewer under JDK 1.3 with URL that doesn't exists,
nothing is printed to stdout and it seems like normal applet termination.
Old jdk1.2.2 appletviewer prints that there should be <applet> tags specified in
the document.
This bug affects Linux and Solaris JDK 1.3
-----------------------output------------------------------
Linux, Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b09)
[kotl@linux-4 tests]$ appletviewer http://linux-1/aa/
[kotl@linux-4 tests]$
Solaris, Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc3-Z)
bash-2.00$ appletviewer http://linux-1/aa/
bash-2.00$
Linux (old jdk), Classic VM (build 1.2.2-L, green threads, nojit)
[kotl@linux-4 tests]$ /net/novo48/export/home1/jdk1.2.2/linux/bin/appletviewer http://linux-1/aa/
Warning: No Applets were started. Make sure the input contains an <applet> tag.
usage: appletviewer [-debug] [-J<javaflag>] [-encoding <character encoding type> ] url|file ...
[kotl@linux-4 tests]$
--------------------------------------------------------------
======================================================================