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

[552 byte] By [soso999a] at [2007-9-29 18:57:33]
# 1
i fix it.
soso999a at 2007-7-15 19:14:59 > top of Java-index,Archived Forums,Debugging Tools and Techniques...