Did you compile with java -g option?
'(jde-compile-option-command-line-args (quote ("-g"))) jde-2.2.9
'(jde-compile-option-command-line-args "-g") jde-2.2.8
regards, from Genf.
Slava
On Wed, 2001-11-28 at 18:20, Reichert, Torsten wrote:
> Hi to the experts
>
> Typing 'next' in a jde-debug session does not load the .java Source into
> another buffer, even though
> (custom-set-variables '(jde-db-source-directories (quote
> ("/export/home/test"))))
> is set.
>
> Instead the following shows up:
> "error in process filter: Symbol's function definition is void:
> gud-new-keymap"
> Does anyone know how to avoid this error message or make jde-debug load
> sources correctly ?
>
> Thank you very much
>