From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bizeul.seb@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Installing JDEE need help Date: Sun, 5 Apr 2015 10:57:30 -0700 (PDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1428264991 3208 80.91.229.3 (5 Apr 2015 20:16:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Apr 2015 20:16:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 05 22:16:31 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yeqy6-0004YU-S7 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Apr 2015 22:16:31 +0200 Original-Received: from localhost ([::1]:37519 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yeqy6-0001wj-4G for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Apr 2015 16:16:30 -0400 X-Received: by 10.66.102.66 with SMTP id fm2mr13783354pab.4.1428256650596; Sun, 05 Apr 2015 10:57:30 -0700 (PDT) X-Received: by 10.140.93.14 with SMTP id c14mr135692qge.42.1428256650495; Sun, 05 Apr 2015 10:57:30 -0700 (PDT) Original-Path: usenet.stanford.edu!m20no1025941iga.0!news-out.google.com!q14ni5765ign.0!nntp.google.com!j5no683122qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.212.250.208; posting-account=kQBDlwoAAACXEU68je_ueM5msBCa_tLq Original-NNTP-Posting-Host: 78.212.250.208 User-Agent: G2/1.0 Injection-Date: Sun, 05 Apr 2015 17:57:30 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211261 X-Mailman-Approved-At: Sun, 05 Apr 2015 16:16:15 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103543 Archived-At: Le dimanche 30 mai 2010 18:56:39 UTC+2, Young a =E9crit=A0: > 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. > >=20 > > 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........= . > >=20 > > I tried to find solution on internet. I cound't get any usuful for 3 > > days. Here is my variable setting in my .emacs. > >=20 > > '(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")))) > >=20 > >=20 > >=20 > > This is a part of *Message* buffer. > >=20 > > Setting up speedbar...done > > Setting up cedet-contrib...done > > Loading /usr/share/emacs/site-lisp/cedet-common/cedet.el (source)...don= e > > 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 tim= es] > > 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 > >=20 > >=20 > > I cannot figure out what I did wrong. >=20 > 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