Running under NT, JDE->Debug Applet has strange behavior
because it seems to append the pathname twice while invoking
the debugger (see below). I'm running the same configuration
under Win98 without this problem.
Please advise - thanks in advance.
Ted
- ----------> from the Debug applet buffer
cd c:/temp/ted/
appletviewer -debug c:/temp/ted/Chart.html
Initializing jdb...
> Deferring breakpoint Chart.init.
It will be set after the class is loaded.
> run sun.applet.Main c:/temp/ted/Chart.html
Java HotSpot(TM) Client VM warning: Setting of property "java.compiler" is
ignored
>
VM Started: I/O exception while
reading: c:\temp\ted\c:\temp\ted\Chart.html (The filename, directory name,
or volume label syntax is incorrect)
The application exited
Debugger finished
- ------- End of forwarded message -------