Starting debugger fails (wrong classpaths)

2001-04-02 Thread Jose Luis Marin
Hi all, I'm just starting to to use jde and JDEbug, so please bear with me if I sound clueless... OK, I'm using Debian (unstable), j2sdk 1.3 from blackdown (deb packages for woody), and emacs 20.7.2; the jde package is from unstable too, version 2.2.6.2. I'm following the JDEbug user's guide

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 calculates

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/"

Re: AW: syntax lost in jde-mode when default face specified in .emacs

2001-04-02 Thread Gregory Bird
This sounds to me as if it could be the semantic-problem mentioned on the semantic-homepage (you need semantic if you install JDE). On the semantic-site there is a file overlay-fix.el offered which you have to install. Then the fontification-problem should be gone. In ever case it is worth a

Re: expanding variable during JDEBug

2001-04-02 Thread Paul Kinnucan
At 12:02 PM 4/2/01 -0700, Institutional Man wrote: I am new to JDEBug. When I step through my code I notice local variables appearing in the local variable buffer as follows: [+]-- java.lang.String args[] When I click on [+] shouldn't I see an expansion of args[]? I'm guessing (since you

RE: Off topic: What xemacs shell do you recommend?

2001-04-02 Thread troy . noble
The JDE web page recommends cygwin ;- -Original Message- From: Przasnyski, Jeremy [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 1:46 PM To: 'JDE' Subject: Off topic: What xemacs shell do you recommend? I've been looking for a really good shell to use within xemacs while I use

RE: Off topic: What xemacs shell do you recommend?

2001-04-02 Thread Przasnyski, Jeremy
I guess I should have been clearer... I am looking for an elisp extension to xemacs to run the shell from within xemacs. The default shell within xemacs doesn't do all the formatting properly (gets messed up on newlines stuff) I am on a Sun machine runnig Solaris (cygwin provides a shell for

Re: expanding variable during JDEBug

2001-04-02 Thread Paul Kinnucan
At 12:34 PM 4/2/01 -0700, Institutional Man wrote: I set a breakpoint on the first line of main and yes, "args" is the java.lang.String array passed to main. It shouldn't be nil since I have specified an argument with Jde.Db.Option.Application.Args. I verified that this option is defined and

JDEbug Keybindings

2001-04-02 Thread Crane, David
My JDEbug keybindings aren't working. The Java and JDE menus do display their keybindings, and they work. But the default JDEbug bindings do not display, and they do not execute. I am using XEmacs 21.1.14 on Solaris 2.6, eieio-0.16, speedbar-0.13, semantic-1.3.3. It didn't work with JDE 2.2.6

Using ECB and JDE

2001-04-02 Thread Marc Brooks
Hi all - I've got a question about a setup for JDE and ECB. I have ECB 1.10 and JDE 2.2.7beta4. Everything is working, but when I compile something, the scratch window grows to take up have the screen. Running a program causes the same thing to happen. I'm trying to figure out how I could create

Re: JDEbug Keybindings

2001-04-02 Thread Paul Kinnucan
At 04:44 PM 4/2/01 -0400, you wrote: My JDEbug keybindings aren't working. The Java and JDE menus do display their keybindings, and they work. But the default JDEbug bindings do not display, and they do not execute. I am using XEmacs 21.1.14 on Solaris 2.6, eieio-0.16, speedbar-0.13,

RE: Using ECB and JDE

2001-04-02 Thread Przasnyski, Jeremy
If you are using Xemacs... [(control x) 6 any key] Saves the window configuration [(control x) j same key as above] Restores the window configuration -- From: Marc Brooks[SMTP:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 1:45 PM To: JDE Mailing list Subject: