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. This could explain the problem, but even though I traced emacs's code for a bit I was not able to see a bug there. I am not an emacs developer so I gave up. Anyone here have idea's? Could the problem be in jde's setup somewhere. Thanks very much, Kuros Yalpani Munich/Germany
