Guy Worthington writes:
>
> Thanks to the handful of volunteers that created and refined JDEE,
> you�ve made an IDE that�s a pleasure.
>
> I decided to try the �javac server� option, and so downloaded
> jde-2.2.9beta2. Compiling chokes with the following message in the
> �BackTrace� Buffer.
>
I believe this is due to the bug in the code for the jde-compile-option-debug
mentioned several days ago on this list. I have fixed this bug
in the upcoming 2.2.9beta3 release. Meanwhile, a workaround that somebody
suggested is to set jde-compile-option-debug to all.
- Paul
> mapconcat(#[(arg) "�" [arg] 1] ("-classpath" "c:/Documents and Settings/guyw/My
>Documents/Java/BegJava" t) " ")
> jde-compile-compiler([object jde-compile-javac "javac server" "javac" unbound
>unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t])
> apply(jde-compile-compiler [object jde-compile-javac "javac server" "javac"
>unbound unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t])
> eieio-generic-call(jde-compile-run-server ([object jde-compile-javac "javac
>server" "javac" unbound unbound #<buffer *compilation*> #<window 8 on *Backtrace*>
>nil t]))
> jde-compile-run-server([object jde-compile-javac "javac server" "javac" unbound
>unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t])
> jde-compile-compiler([object jde-compile-javac "javac server" "javac" unbound
>unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t])
> apply(jde-compile-compiler [object jde-compile-javac "javac server" "javac"
>unbound unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t])
> eieio-generic-call(jde-compile-launch ([object jde-compile-javac "javac server"
>"javac" unbound unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t]))
> jde-compile-launch([object jde-compile-javac "javac server" "javac" unbound
>unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t])
> jde-compile-compiler([object jde-compile-javac "javac server" "javac" unbound
>unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t])
> apply(jde-compile-compiler [object jde-compile-javac "javac server" "javac"
>unbound unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t])
> eieio-generic-call(jde-compile-compile ([object jde-compile-javac "javac server"
>"javac" unbound unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t]))
> jde-compile-compile([object jde-compile-javac "javac server" "javac" unbound
>unbound #<buffer *compilation*> #<window 8 on *Backtrace*> nil t])
> jde-compile()
> call-interactively(jde-compile)
>
> I�ve disabled my default.el and site-start.el and am running the following .emacs
>
> ;----------------------------------------------------------------------------
> (setq debug-on-error t)
>
> (add-to-list 'load-path
> (expand-file-name "c:/Local/TeX/NTEmacs/site-lisp/jde-2.2.9beta2/lisp"))
> (add-to-list 'load-path
> (expand-file-name "c:/Local/TeX/NTEmacs/site-lisp/elib-1.0"))
> (add-to-list 'load-path
> (expand-file-name "c:/Local/TeX/NTEmacs/site-lisp/speedbar-0.14beta1"))
> (add-to-list 'load-path
> (expand-file-name "c:/Local/TeX/NTEmacs/site-lisp/eieio-0.17beta3"))
> (add-to-list 'load-path
> (expand-file-name "c:/Local/TeX/NTEmacs/site-lisp/semantic-1.4beta11"))
>
> (require 'overlay-fix)
> (require 'jde)
> ;------------------------------------------------------------------------------
>
> I�m using Emacs 20.7 on win2K (SP2) system.
>
> I have the JAVA_HOME environment variable set to C:\Java\jdk1.3
>
>