Hi ,
in bash all works fine. I can invoke my prog calling
bash> java MyClass
in emacs jde-mode I've compiled the above prog , but
when trying to run it within emacs I get the message:
cd ~/win/shared/src/mb/regexp/
java -classpath $CLASSPATH mb.regexp.REVali
Unable to initialize threads: cannot find class java/lang/Thread
Process mb.regexp.REVali exited abnormally with code 1
The same if I try to start bsh:
Unable to initialize threads: cannot find class java/lang/Thread
Process bsh exited abnormally with code 1
java version jdk1.1.7b
java system wide installed in /usr/lib/java
PATH is set and points to /usr/lib/java/bin
CLASSPATH also set, points to /usr/lib/java/lib/classes.zip:/mySrcDir
emacs version 20.X
jde version 2.1.6beta4
installed in /usr/local/lib/emacs_ext/jde
in ~/.emacs load path points to this dir.
That's all and I still can't find out what's wrong.
Has anybody out there some ideas what to look for.
Thanks in advance
martin braendle