I have been modifying jde-jdk and jde-jdk-registry lately. This feature
works great and has allowed me to use Sun's JDK for debugging, since I've
had problems with IBM's. However, when I save my setup, it fails to load
properly. Upon reloading, jde-jdk's value is (""). The jde-jdk-registry
is loaded properly, however. The .emacs file looks fine:
;; JDEE stuff and other vars
(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-compile-option-debug (quote ("all" (t nil nil))))
'(jde-compiler (quote ("jikes" "")))
'(jde-db-source-directories (quote ("" "~/cvs-devel/Java")))
'(jde-debugger (quote ("JDEbug")))
'(jde-jdk (quote ("Sun 1.3.1_02")))
'(jde-jdk-doc-url "http://java.sun.com/j2se/1.3/docs/api/index.html")
'(jde-jdk-registry (quote (("" . "") ("IBM 1.3.0 SR13" .
"/usr/local/jdks-ibm/IBMJava2-13-20020124") ("Sun 1.3.1_02" .
"/usr/local/jdks-sun/jdk1.3.1_02"))))
'(query-user-mail-address nil)
'(user-mail-address "[EMAIL PROTECTED]"))
I tried swapping jde-jdk and jde-jdk-registry, thinking that the registry
needed to be loaded first, but this didn't work.
Any suggestions?
Mike