FWIW:

I put other source directories (like the JDK source) in the source path
of my projects.  However, when I step into JDK source, JDE cannot find a
project file
so it resets all JDE values to defaults.  Then when I step back into my
project 
JDE cannot find my source files since they have been reset.

The solution is to either put appropriate copies of the project file in
these
other locations (not a good solution and very hard to manage) or, what I
do,
simply turn off (by commenting out) the reset to default values.

Harold


Paul Kinnucan wrote:

> That is true, but you can save the settings in a "project" file, using the
> JDE->Project->Save Project option. The settings are automatically restored
> when you open a source file that belongs to the project. The JDE assumes
> that the source files for a project reside in a separate directory tree.
> When you save a project, the JDE saves the project file in the directory
> containing the source file in the current buffer. The next time you open a
> file anywhere in the directory tree whose root is the directory containing
> the project file, the JDE loads the project file and executes its contents
> thereby restoring all the saved settings. Similarly, if you switch from a
> project A buffer to a project B buffer, the JDE automatically reloads the
> project file. Thus, you can have multiple project files open. All this is
> explained in great detail in the JDE User's Guide which you can view simply
> by selecting Help from the JDE menu.
> 
> - Paul

Reply via email to