Hi!
I'm new to JDE and using version 2.1.7 with XEmacs 21.1.9 on NT.
Trying to compile my first java file
(d:\projects\java\testapps\HelloWorld.java)
with jde, I get the following error:
------------------------------------------------------------------------
cd d:\projects\java\testapps\
javac -classpath "d:\classes" -sourcepath
"d:\projects\java\testapps" HelloWorld.java
/c: /c: No such file or directory
Compilation exited abnormally with code 127 at Tue Jun 20 16:58:12
------------------------------------------------------------------------
The compile command as it is there works fine from a command line.
Where does this "/c:" come from?
What am I missing?
Thanks,
Ansgar