--
I want to use JDEBug and tried to set it up but without success.
The operating system is Linux-debian with IBMJava2-13.
This is my setup:
1) set jde-db-debugger as debugger
2) jde-bug-vm-includes-jpda-p On
jde-bug-jdk-directory /usr/local/share/java/IBMJava2-13/
3) jde-db-source-directories /usr/local/share/java/IBMJava2-13/
/home/development/test/src
The next I do is starting the debugger:
Processes->Start Debugger
Emacs responds with:
Debugger started successfully.
So far all ok, but when I now lauch the process: Processes->Launch Process
emacs responds with:
jde-dbs-cmd: Process *JDEbug* not running
No response to command 1. (process = 1; timeout = 30 sec.)
Does anyone tell me what this means and maybe what I' doing wrong??
Thanks,
Hans