At 10:37 AM 3/8/2001 +0100, Kuros Yalpani wrote: >I installed jde-2.2.6 on top of emacs-20.7 on my windowsNT sucessfully >but I am having problems when using the jde-compile command on a java >file. I use "cygwin's" bash shell as my command shell. Here is the error >I see in the compilation buffer: > >=== > >cd d:/cvs/App_FeedGui/sources/java/com/compaq/cpl/feed/feedgui/ >javac -classpath d:/cvs/App_FeedGui/sources/java/classes" MainFrame.java > >error: cannot read: MainFrame.java >1 error > >Compilation exited abnormally with code 1 at Thu Mar 08 10:30:03 > > >=== > >Through some hacking I was able to figure out that the "PWD" environment >variable of the bash shell executing the compilation command is NOT set >to the buffers current directory, as done by the 'cd' command above. The JDE does not actually execute a cd command. The above is really an informational message that jde-compile generates by concatenating "cd" with the directory of the current buffer. I adopted this convention of printing the working directory of the executed command from Emacs' standard compile command. Paul
