problem on debug Applet
hi all,
i am developing an user debugger which is used to debug Applet.
problem is, the Applet debugged must be in same directory as the debugger, simply says, the command must be:
appletviewer MyApplet
or
java sun.applet.AppletViewer MyApplet
i need following command work:
appletviewer file:/c:\folder\MyApplet
because normally debugger is not in the same directory as Applet debugged.
how to solve the problem?
i guess i have to develop my own AppletViewer, but how to do?
thx

