[EMAIL PROTECTED] writes:
 > 
 > I am new to JDE, but we wish to evaluate it as an alternative to other IDE's.
 > 
 > I have installed the following packages:
 > 
 >         eieio-0.16, elib-1.0, jde-2.2.8, semantic-1.4beta13 and speedbar-0.13a
 > 
 > and customized the jde-db-source-directories variable as follows as
 > prompted by the debugger:
 > 
 > (custom-set-variables
 >   ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
 >   ;; Your init file should contain only one such instance.
 >  '(jde-db-source-directories (quote ("/home/ravn/tmp"))))
 > 
 > 
 > I can compile and run a Java-program fine with C-c C-v C-c/C-r
 > respectively, but when I try to start the debugger in FSF GNU Emacs 21
 > I get the following error message:
 > 
 > error in process filter: use-local-map: Symbol's function definition is void: 
 >gud-new-keymap
 > error in process filter: Symbol's function definition is void: gud-new-keymap
Emacs 21 breaks JDE's support for jdb. This will be fixed in the next beta of JDE 
2.2.9, which will eliminate all dependencies on gud.
 > 
 > In FSF GNU Emacs 20 I get a message looking similar to [#########],
 > and a gdb-lookalike => in an incorrectly named buffer, namely
 > tmpHelloWorld.java instead of tmp/HelloWorld.java
 > 

Try terminating paths with a slash in jde-db-source-directories. The next beta release 
should eliminate this problem.

- Paul

Reply via email to