I'm using GNU emacs 20.7.1 on Windows 2000 with JDE 2.2.4.
I want to use jdb in JDK 1.1.8, but the jdb executable in path is JDK
1.3's.
I configured like this,
'(jde-db-debugger (quote ("oldjdb" "C:\\jdk1.1.8\\bin\\jdb.exe" .
"Executable")) t)
but the path won't work.
It only generates this message :
"error in process filter: Symbol's value as variable is void:
jde-oldjdb-marker-regexp [6 times]"
How can I specify the path?
TIA
