I've been very happily using JDE for some time on Unix and NT systems.
I recently began using it under Windows 98 and am having trouble with compilation.
Say I am compiling the file Foo.java which resides in the C:\Test directory.
When I use the jde-compile command, invoked using C-c C-v C-c, the following
message appears in the compilation buffer:
cd C:\Test\The compilation command shown above works just fine if I cut and paste it into a command prompt window.
javac -classpath ".;C:\Java\jdk1.1.8\lib\classes.zip;C:\Test" Foo.java
/c: can't open input file: /cCompilation exited abnormally with code 1 at Tue May 11 22:28:45
I would appreciate any help anyone could offer.
John Winchester
