(1) I'd be surprised if Paul, et. al. did already know this, but better to
report it: In the jdebug-ug, the section describing "Selecting JDEbug As
Your Debugger", indicates to customize jde-db-debugger, which (I'm assuming)
is now jde-debugger in the project group. I'm sure this is one of those, "I
know, I know ..." things.
(2) I searched the archives for VMStartException, and sure enough I got hits
which described the same problem I'm having. Javier Lopez answered them by
indicating that jde-bug-jdk-directory needed to be set. If I type:
C-h v jde-bug-jdk-directory RET, I get
jde-bug-jdk-directory's value is
"c:/jdk1.3/lib/"
And I double checked to make sure tools.jar was there, and it was.
(3) Next I customized the above, and removed the trailing forward slash,
stopped & started Emacs, with the same results.
(4) I am using:
NTEmacs 20.7.1 on Windows 2000 Pro
GNU Emacs 20.7.1 (i386-*-nt5.0.2195) of Tue Jun 13 2000 on buffy
elib 1.0
semantic 1.4beta11
JDE 2.2.9beta4
speedbar 0.14beta1
eieio 0.16
ecb 1.51
Sun stuff:
JVM Specification Version 1.0
JVM Implementation Version 1.3.0-C
JRE Specification Version 1.0
*JDEbug* buffer output:
----------------------
cd h:/cvsdev/user/jrancier/lookupgenerator/
javaw -classpath
h:/usr/pkg/emacs-20.7/site-lisp/jde-2.2.9beta4/java/lib/jde.jar;c:/jdk1.3/li
b/lib/tools.jar jde.debugger.Main
(jde-dbo-init-debug-session)
JDE> -1 1 launch 1 -vmexec javaw -home c:/jdk1.3/bin/ -classpath
h:/cvsdev/user/jrancier/lookupgenerator/;h:/classlib/dom2.jar;h:/classlib/jd
om-b7/build/jdom.jar;h:/classlib/jaf-1.0.1/activation.jar;h:/classlib/javama
il-1.2/smtp.jar;h:/classlib/javamail-1.2/mail.jar -tclassic LookupGenerator
java.lang.NoClassDefFoundError: com/sun/jdi/connect/VMStartException
at
jde.debugger.command.DebugCommandFactory.<init>(DebugCommandFactory.java:32)
at
jde.debugger.command.DebugCommandFactory.<clinit>(DebugCommandFactory.java:8
6)
at jde.debugger.Jdebug.run(Jdebug.java:78)
Process *JDEbug* finished
-------------------------
Thanks in advance; any pointers would be appreciated.
Jeff