Hi,
Before the question, I just wanted to say how much I like the JDE package!
Great stuff!
I just upgraded to jde 2.2.6, semantic 1.3.2, speedbar 0.13a, elib-1.0 and
eieio-0.15 and had
two questions.
1) In my .emacs I have.
(defun my-jde-mode-hook ()
(setq c-basic-offset 2))
(add-hook 'jde-mode-hook 'my-jde-mode-hook)
This works fine, I get 2 spaces working on .java files. However, when a
create a new .java file using the generator, jde-gen-class-buffer (I am
using the template that comes with jde) this somehow gets set
back to 4 spaces. Any idea how to make my 2 space setting stick? This did
not happen when I was using jde-2.2.1.
2) JDEDebug seems to work fine for me except when I need to pass in system
properties via the -D option. It looks like the jde-db-option-properties
are getting converted to lowercase and then the debugger is not able to
launch. Here is the error output
*** Debugger Output for Process
com.tfti.flowbiz.um.entitlement.ExportEntitlements(2) ***
Launch command line:
javaw -DFB_HOME=D:\mark\java\flowbiz
com.tfti.flowbiz.um.entitlement.ExportEntitlements
Error: debugger unable to launch
com.tfti.flowbiz.um.entitlement.ExportEntitlements.
Reason: VM initialization failed for:
c:/jdk1.2.2/jre/bin/javaw -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:t
ransport=dt_shmem,address=javadebug,suspend=y -dfb_home=d:/mark/java/flowbiz
com.tfti.flowbiz.um.entitlement.ExportEntitlements
Error: unable to run com.tfti.flowbiz.um.entitlement.ExportEntitlements..
Reason: (-1 error (Malformed command: jde.debugger.JDEException:
Application 2 does not exist)).
Any tips are greatly appreciated.
Mark