Hello,
I am working on two separate projects and need different setting for
things like global classpath, etc. For this purpose, I have created two
prj.el files residing within the directory structure of the source code for
both applications. When I open File1.java, the settings from the prj.el
which JDE finds for that file are applied. Next I open File2.java, from the
other project, with its specific settings being loaded. As I return to
File1.java and try to compile, the settings for File2.java are in effect,
resulting in compilation or other undesirable results. Must I remember to
explicitly load the project file (using the Project-> Load menu item)
everytime I want to work with files from different projects or is there some
customization variable that I can set which will do this for me? Or, am I
doing something completely wrong altogether. Note that I have no
customizations in my .emacs, only the code needed by JDE to get things
running...
Thanks in advance to all who help...