I've got a quick question. My configuration is as follows:
Windows XP Pro
GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy
cc-mode-5.30.3
eieio-0.17
elib-1.0
jde-2.3.3beta5
semantic-1.4.4
speedbar-0.14beta4
I get the following backtrace when running jde-gen-class-buffer:
Debugger entered--Lisp error: (error "Cannot find interface DOMTransaction on the
current classpath.")
signal(error ("Cannot find interface DOMTransaction on the current classpath."))
error("Cannot find interface %s on the current classpath." "DOMTransaction")
jde-wiz-implement-interface-internal("DOMTransaction")
jde-gen-insert-interface-implementation()
jde-gen-class()
jde-gen-class-buffer("h:/src/Login.java")
* call-interactively(jde-gen-class-buffer)
,----[ C-h v jde-global-classpath RET ]
| jde-global-classpath's value is nil
`----
I set in Windows the System Environmental variable CLASSPATH, when
eval'd:
(getenv "CLASSPATH")
"h:/src"
The interface is in the same directory as the new class, as is the
classpath. I also customized jde-global-classpath to the same,
with/out Unix style slashes, with/out trailing (back)slashes. Can
someone tell me what I'm missing?
--
Thanks,
Jeff