Hi,
I have just downloaded and installed the latest beta for JDE. My quest
is to get the new JDEbug debugger to work so I can use it to attach
to a running process. I am able to get the old debugging stuff to
work - but I fail with the new one.
My setup is:
o NT 4.0 SP5
o GNU Emacs 20.4.1
o JDE 2.1.6beta10
o CC Mode version 5.25
o My .emacs file is attached
When I load a Java file I do not get the new JDEbug menu. When attempt
to debug the app I get the following error:
cd
c:/oliverb/work/debugger/arrow/dev/contracts/service/com/lucent/stumbras/ser
vices/contracts/test/
java jde.debugger.Main -classpath
c:/oliverb/work/debugger/arrow/dev/contracts/service/classes;c:/oliverb/work
/debugger/arrow/jars/3rdparty/junit1_0.jar;C:/oliverb/config/lisp/jde-2.1.6b
eta10/java/lib/jde.jar com.lucent.stumbras.services.contracts.test.Test
java.lang.NoClassDefFoundError: jde/debugger/Main
Exception in thread "main"
Debugger exited abnormally with code 1
Clearly the arguments used to launch the Debugger are wrong - do they
work for anybody?
Any tips/help greatly appreciated.
Regards,
Oliver
.emacs