At 11:04 AM 8/24/99 -0700, you wrote:
>Hello!
>I am using cygwin as my bash under NT, and emacs is set to use it.
>I had set up my project under the JDE 2.1.5, and it worked fine.
>I tried to compile a file, and got the following:
>
>cd x:/SourceBase/some/package
>javac -classpath
>"X:\Developpement\lib\xml4j.jar;X:\Developpement\lib\tools.jar" -sourcepath
>"X:\SourceBase" -d X:\Developpement\classes -g SomeClass.java
>The X:Developpementclasses directory does not exist.
>Usage: javac <options> <source files>
>
>i.e. the Jde Compile Option Directory option is not quoted in the javac
>command, and that makes the single \ disappear under cygwin. I do not
>remember if it was quoted before the 2.1.5, or why it worked.
>

I use forward slashes in all my paths to avoid this becoming an issue.
Forward slashes are perfectly acceptable to Windows.

- Paul

Reply via email to