Re: which settings are for jde-db-jdb-1-4 ?
Carlos Konstanski <[email protected]> Tue, 27 Nov 2007 09:45:39 -0700
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <877ik3fxho.wl%[email protected]> |
At Tue, 27 Nov 2007 16:31:06 +0000, poppyer wrote: > > > Carlos Konstanski <[email protected]> writes: > > > At Tue, 27 Nov 2007 12:00:29 +0000, > > poppyer wrote: > > Thanks Carlos, you are pointing me the right direction. > Yes, I don't have the jdb installed. > Now I use (setq jde-debugger '("JDEbug")) to avoid calling the jdb, > since I never use the debugger. > > Thanks, > poppyer Are you sure you don't have jdb? It is right in my $JAVA_HOME/bin/ directory. It comes with Sun JDK. Depending on how your distro handles pathing to the various java executables, it may be as simple as making a symlink to jdb in /usr/bin/. Hopefully there is a prettier way to do it. JDEBug works too.