At 10:36 PM 5/11/99 -0700, you wrote: 
>
> Hello, 
>
> 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\ 
>> javac -classpath ".;C:\Java\jdk1.1.8\lib\classes.zip;C:\Test" Foo.java 
>> /c: can't open input file: /c 
>>
>> Compilation exited abnormally with code 1 at Tue May 11 22:28:45 
>>  
>


If you are using the DOS command shell, try putting

 (setq shell-command-switch "/c")

in your .emacs file.

>
> - Paul

Reply via email to