home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Internet
/
Javadraw
/
DATA.Z
/
RemoteDebugger.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
446b
|
14 lines
import sun.tools.debug.*;
public class \Name\ extends sun.tools.debug.RemoteDebugger
{
public \Name\ (String AHost, String APassword, DebuggerCallback AClient, boolean AVerbose) throws Exception
{
super (AHost, APassword, AClient, AVerbose);
}
public \Name\ (String AArguments, DebuggerCallback AClient, boolean AVerbose) throws Exception
{
super (AArguments, AClient, AVerbose);
}
}