Name: rl43681 Date: 08/07/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
In the invocation of the appletviewer a path specification for the HTML file is
expanded at the beginning by the current directory. See eaxample.
This leads to errors, when the applet viewer is not invoked from the partition,
in which the desired HTML file resides. Please do not expand the provideed path
and use standards (like ./ or ../ )
Error message generated under WIN2000 (probably the same in other WIN32
environments !)
E:\>E:\JDK1.3\bin\appletviewer.exe E:\work\java\com\kur\wkappl\example1.html
I/O exception while reading: E:\E:\work\java\com\kur\wkappl\example1.html (The f
ilename, directory name, or volume label syntax is incorrect)
(Review ID: 108034)
======================================================================
- relates to
-
JDK-4400964 appletviewer can't load file with an absolute path
- Closed