RE: Starting debugger fails (wrong classpaths)

2001-04-02 Thread Nick Sieger
> I'm following the JDEbug user's guide closely, but when I try to > launch the debugger (Processes->Start Debugger), it fails because the > classpath is somehow mangled. This is what the JDEbug buffer shows: > > === > cd /home/jlmarin/webprogs/ > java -classpath > /usr/share/emacs/20.7/site-

Re: Starting debugger fails (wrong classpaths)

2001-04-02 Thread Jose Luis Marin
On Mon, Apr 02, 2001 at 11:07:28AM -0500, Nick Sieger wrote: > > java -classpath > > /usr/share/emacs/20.7/site-lispjava/lib/jde.jar:/usr/lib/j2sdk1.3/ > ^^ > I'd say this is your problem right here. The path to jde.jar appears to be > incorrect. The JDE calcul

RE: Starting debugger fails (wrong classpaths)

2001-04-02 Thread Paul Kinnucan
At 11:39 AM 4/2/01 -0500, you wrote: >> From: Jose Luis Marin [mailto:[EMAIL PROTECTED]] >[snip] >> My current /etc/emacs20/site-start.d/50jde.el contains the following: >> >> (setq load-path (nconc load-path (list (format >> "/usr/share/%s/site-lisp/jde/" >> d

Re: Starting debugger fails (wrong classpaths)

2001-04-03 Thread Paul Kinnucan
At 09:29 AM 4/3/2001 +0200, you wrote: >On Mon, Apr 02, 2001 at 12:56:33PM -0400, Paul Kinnucan wrote: > >> >Paul, it might be a good feature enhancement in the future to allow the user >> >to customize where the JDE jars are located. >> >> I'm not keen on doing this. Adds yet another degree of f