> new JPDA-based  jdb breaks the JDE's jdb output parser. Or better yet, use
> the JDE's own JPDA-based debugger, JDEbug.

ok, I downloaded the 2.1.6 beta version and managed to set everthing
up so that I can start the JDEbug via JDEbug->processes->start debugger
(via JDE->debugApp still calls the jdb although it should not, according to
the documentation).

Then, however, activating JDEbug->processes->launch process leads to the
following error message in the minibuffer: 

Wrong type argument: consp, "Lisp error: (end-of-file internal input stream)"

and the *JDEbug* Buffer says

-------------------------------------------------------------------------
cd /home/lind/Programming/java/TestJDE/
java -classpath /home/lind/Software/jde-2.1.6beta22/java/lib/jde.jar:/opt/jdk1.
2.2/lib/tools.jar jde.debugger.Main


(jde-dbo-init-debug-session)

JDE> -1 1 launch 1 -vmexec java   HelloWorld  

java.lang.NoClassDefFoundError: com/sun/jdi/connect/VMStartException
        at jde.debugger.command.DebugCommandFactory.<clinit>
(DebugCommandFactory.java:61)
        at jde.debugger.Jdebug.run(Jdebug.java, Compiled Code)

Process *JDEbug* finished
-------------------------------------------------------------------------

Any suggestions?

Regards

        Juergen

PS: I'm using JDK1.2.2 for Linux and xemacs 20.4


Reply via email to