help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing JDEE need help


From: bizeul . seb
Subject: Re: Installing JDEE need help
Date: Sun, 5 Apr 2015 10:57:30 -0700 (PDT)
User-agent: G2/1.0

Le dimanche 30 mai 2010 18:56:39 UTC+2, Young a écrit :
> On 05/27/2010 05:27 AM, Young wrote:
> >     I have installed Emacs23 and JDEE. When I tried to use jdb(C-c C-v
> > C-d), Debugger issue Lisp error.
> > 
> > Debugger entered--Lisp error: (error "Class not found: Fraction")
> >    signal(error ("Class not found: Fraction"))
> >    error("Class not found: %s" "Fraction")
> >    jde-find-class-source-file("Fraction")
> >    jde-db-find-class-source("Fraction")
> >    jde-db-set-debug-cursor("Fraction" "Fraction.java" 119)
> >    eieio-generic-call(jde-db-listener-filter-output ([object jd.........
> > 
> >     I tried to find solution on internet. I cound't get any usuful for 3
> > days. Here is my variable setting in my .emacs.
> > 
> >   '(enable-recursive-minibuffers nil)
> >   '(jde-compile-option-debug (quote ("all" (t t t))))
> >   '(jde-compiler (quote ("javac server" "")))
> >   '(jde-db-read-app-args t)
> >   '(jde-global-classpath nil)
> >   '(jde-jdk (quote ("1.6.0_18")))
> >   '(jde-jdk-registry (quote (("1.5.0" .
> > "/usr/lib/jvm/java-1.5.0-gcj-4.4") ("1.6.0" .
> > "/usr/lib/jvm/java-6-openjdk"))))
> >   '(jde-sourcepath (quote ("~/src"))))
> > 
> > 
> > 
> >     This is a part of *Message* buffer.
> > 
> > Setting up speedbar...done
> > Setting up cedet-contrib...done
> > Loading /usr/share/emacs/site-lisp/cedet-common/cedet.el (source)...done
> > jde-java-font-lock: building names cache...empty
> > For information about GNU Emacs and the GNU system, type C-h C-a.
> > Fraction.java has auto save data; consider M-x recover-this-file [2 times]
> > Setting customized JDE variables to startup values... [2 times]
> > Starting the BeanShell. Please wait...
> > Entering debugger...
> > error in process filter: jde-find-class-source-file: Class not found:
> > Fraction
> > error in process filter: Class not found: Fraction
> > byte-code: End of buffer
> > 
> > 
> >     I cannot figure out what I did wrong.
> 
>       I solved this problem myself. What I learned is that I have to setup up
> both jde.global.classpath and jde-sourcepath before using JDB.

Hi Young, pls how can I setup both jde.global.classpath and jde.sourcepath ? 
Thanx


reply via email to

[Prev in Thread] Current Thread [Next in Thread]