Re: Provisional Breakpoints

2001-12-09 Thread Milan Zimmermann
Paul, I think this is good, but I am not sure at what point the debug point is "confirmed". I use JDE mainly to debug servlets and store breakpoints in the prj file. When I open a java file with stored breakpoints, the breakpoints show yellow. However, when I attach to a running Tomcat, unl

problems with code completion

2001-12-09 Thread Paul Kinnucan
Marc Jeanson writes: > Hello, > I've been trying for a while now to get the JDE to do code completion > (C-c C-v . ), but I still can't get anything working here. > > I'm sure I don't have the correct things setup, but I don't know what > else to try. I've set the jdk-registry, jde-jdk bu

Provisional Breakpoints

2001-12-09 Thread Paul Kinnucan
Hi All, One of the issues regarding the jdb and JDEbug set breakpoint commands is that they really don't set breakpoints. They request them. The JDE allows you to "set" (i.e., request) a breakpoint when the debugger is not running. Both JDEbug and jdb allow you to set ("request") a breakpoint whe

Re: problems with code completion

2001-12-09 Thread Stephane
Hello Marc, did you try to set the jde-global-classpath ? It must point to the class you want to complete. Stéphane NICOLAS québec ? >Hello, >I've been trying for a while now to get the JDE to do code completion >(C-c C-v . ), but I still can't get anything working here. > >I'm sure I don't ha

Misc JDEBug issues...

2001-12-09 Thread Kevin A. Burton
OK. I just jotted these down when I was working today: Should there be a way to *view* the current stack (instead of just navigating it). This should happen when I am in a breakpoint so I can view the stack in relation to my current breakpoint. Should there be a way to jump to the current o

problems with code completion

2001-12-09 Thread Marc Jeanson
Hello, I've been trying for a while now to get the JDE to do code completion (C-c C-v . ), but I still can't get anything working here. I'm sure I don't have the correct things setup, but I don't know what else to try. I've set the jdk-registry, jde-jdk but these haven't done much for me. I'm

Re: problems with running jikes

2001-12-09 Thread Javier S. Lopez
Okay, I figured out part of the problem. There is a bug in the way that the rt.jar file is appended to the classpath when the classpath is nil. Plus for some reason the classpath is coming nil when it should not. To work around it, set jde-global-classpath to something other than nil. Hope this

.emacs file

2001-12-09 Thread Paul Kinnucan
chris pollin writes: > hi, was wondering if you can help, > > i am having problems editing my .emacs file to get jde to load on start-up. > What should the file be edited to? See "Installing the JDEE" on the JDEE website. Paul

.emacs file

2001-12-09 Thread chris pollin
hi, was wondering if you can help, i am having problems editing my .emacs file to get jde to load on start-up. What should the file be edited to? _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Re: problems with running jikes

2001-12-09 Thread Javier S. Lopez
> thanks for your reply, however, i thought that is is already set to all? Yes, you are right it was already set, my bad. -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, http://www.forumsys.co

RE: problems with running jikes

2001-12-09 Thread Heinz-Dieter Conradi
dear javier, > > i have got a strange problem when trying to use jikes as compiler on > > my home computer - everthing is fine on a very similar computer at > > work. i get the following error: > > > > '(jde-jdk (quote ("1.3.1 (SUN)"))) > > '(jde-compiler (quote ("jikes" "/usr/local/bin/jikes")