home *** CD-ROM | disk | FTP | other *** search
- 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);
- }
- }
-