-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
None
-
b26
-
generic
-
generic
When launching the AppletViewer the working directory is always prepended to the file path argument, even when the file path argument isn't a relative path. For example:
> cd /space/build/solaris-sparc/j2sdk-image/bin
> ./appletviewer /space/build/solaris-sparc/j2sdk-image/demo/applets/
I/O exception while reading: /space/build/solaris-sparc/j2sdk-image/bin/space/build/solaris-sparc/j2sdk-image/demo/applets/Clock/example1.html (No such file or directory)
###@###.### 2003-09-26
> cd /space/build/solaris-sparc/j2sdk-image/bin
> ./appletviewer /space/build/solaris-sparc/j2sdk-image/demo/applets/
I/O exception while reading: /space/build/solaris-sparc/j2sdk-image/bin/space/build/solaris-sparc/j2sdk-image/demo/applets/Clock/example1.html (No such file or directory)
###@###.### 2003-09-26
- relates to
-
JDK-4921678 sun.net.www.ParseUtil should use getCanonicalPath instead of getAbsolutePath
-
- Closed
-