Hello!

Trying to run `C-c C-v C-d' with JDEbug leads to the following error (as
of trunk r90):

--8<---------------cut here---------------start------------->8---
Error: evaluating output from the debugger caused a Lisp error.
Debugger output: (jde-dbo-unknown-exception "Exception in thread "main" 
java.lang.NoClassDefFoundError: jde/debugger/Main
Caused by: java.lang.ClassNotFoundException: jde.debugger.Main
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
").
Lisp error: (void-variable main)
--8<---------------cut here---------------end--------------->8---

Indeed, `jde.jar' and `jde/java/src' don't contain any such class.

AFAICS, this class (and others) was removed in r52 ("moving to new
dimitri build").

Should it be reinstated?

Thanks,
Ludo'.


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to