Hello,
Running XEmacs/NT 21.1.3, JDE 2.1.6beta4 -- I have
> (custom-set-variables
> '(jde-run-java-vm-w "java"))
as per Paul Krause's suggestion -- and it very nearly works! When I do M-x
bsh [return] I get the following:
===
java.lang.NoClassDefFoundError:
Files/XEmacs/xemacs-packages/etc/jde/java/lib/jde/jar;c:/Program
Exception in thread "main"
Process bsh exited abnormally with code 1
===
This looks rather much as though it has munched the space in
"C:\Program Files" (who was responsible for that enlightened decision,
anyway?) and ended up with a mess.
I've tried package-delete on jde, removed all JDE files from C:\Program
Files, then installed jde-2.1.6beta4 to "e:\apps\jde216b4". However,
although the load-path shows "e:\\apps\\jde216b4\\lisp\\" as its first item
(I used nconc in .emacs) when I do
(require 'jde) "C-x C-e"
I get
Cannot open load file: jde
The lisp files are in "e:\apps\jde216b4\lisp", the docs
in."e:\apps\jde216b4\etc", Java stuff under "e:\apps\jde216b4\etc".
So...
1. Will beanshell only run from locations without a space in the path?
2. Why can't I relocate jde? Where's my mistake?
Many thanks to Paul Krause and Andy Piper for their help. I'm sure I'm very
nearly there!
Thanks,
Thomas.
----
Thomas Nichols, Worcester, UK