How to run from a particular directory? Basically I would like to debug from a particular directory. All my source code resides on different directories, and I specify paths relative to the root directory, where there are no source files.
A work around that is painful to use, is to open any file in the root directory, and enter jde-mode and starting debuging from there. In more detail: Root/src/org/me/subdir/sourcefile.java Where root is the root directory, and where the main file is located in sourcefile.java. I specify the source directory as Root/src and all the source files are found by jde. The problem is that everytime I have to start debugging from the root directory and I have to switch back and forth between the compilation windows and the source windows. It seems it would be better to be able to starting debugging from any source file, and have a jde-run(debug)-starting-path variable that would be used as the starting directory where debugging would start. Thanks, -frankie
