Hi,
I am using jde_2.3.5.1-5 and I tried to use jde-bug but when I started
jde-bug using
 jde-bug-debug-app, but debugger did not start and the following error
was shown.


Error: evaluating output from the debugger caused a Lisp error.
Debugger output: (jde-dbo-unknown-exception "Listening for transport
dt_socket at address: 2112
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)

I have set jde.jar in CLASSPATH and the following lines are part of .emacs.

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(display-time-mode t)
 '(ecb-layout-window-sizes (quote (("left14" (0.25773195876288657 .
0.7361111111111112) (0.25773195876288657 . 0.25)) ("left8"
(0.2619047619047619 . 0.3018867924528302) (0.2619047619047619 .
0.3584905660377358) (0.2619047619047619 . 0.16981132075471697)
(0.2619047619047619 . 0.1509433962264151)))))
 '(ecb-options-version "2.32")
 '(jde-bug-debug t)
 '(jde-bug-jpda-directory "/usr/local/oss/jdk1.6.0_16")
 '(jde-bug-jre-home "/usr/local/oss/jdk1.6.0_16/jre")
 '(jde-built-class-path (quote (".")))
 '(jde-compile-option-debug (quote ("all" (t t t))))
 '(jde-compiler (quote ("javac server" "")))
 '(jde-db-option-classpath (quote ("." "/usr/share/java/jde.jar")))
 '(jde-debugger (quote ("JDEbug")))
 '(jde-gen-comments t)
 '(jde-gen-final-arguments nil)
 '(jde-gen-final-methods nil)
 '(jde-gen-k&r t)
 '(jde-global-classpath (quote ("/usr/share/java/jde.jar" ".")))
 '(jde-jar-file "/usr/share/java/jde.jar:.")
 '(jde-jdk-registry (quote (("1.6.0_16" . "/usr/local/oss/jdk1.6.0_16"))))
 '(jde-sourcepath (quote (".")))
 '(mail-user-agent (quote mew))
 '(show-paren-mode t)
 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
 '(transient-mark-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

The JDK version is 1.6.

Regards,
MH

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to