Ok, javaw starts up like this, according to the *JDEbug* buffer:

     javaw -classpath c:/jde-2.1.6b6/java/classes;c:/jpda1.0rc1/lib/jpda.jar
jde.debugger.Main

But I kept getting these errors, which I fixed by extracting the class files
out of jde.jar.

     asynch form: java.lang.NoClassDefFoundError: jde/debugger/Main
     Exception in thread "main" java.lang.NoClassDefFoundError:
jde/debugger/Main

How do I make JDEbug reference the jar in the classpath?

Then, I kept getting these messages when I tried to step:

    Error: debugger didn't respond to command:
    1 3 step over 1



Reply via email to