At 08:55 AM 9/22/99 -0500, you wrote: >Paul, > >I am having a small issue with the JDE that I hope you can help me with. The >problem comes up when I am editing files from different projects >simultaneously. It seems that prj.el is only read when opening a new buffer. >I am particularly interested in the startup class. If I am editing a file in >/com/test1/ and there is a prj.el file in that directory that states the >startup class is com.test1.TestGUI, everything is fine. Then I open a file in >/com/test2/ and there is a prj.el file in that directory stating that the >startup class is com.test2.AnotherGUI, everything is still OK. The problem is >when I switch back to the buffer editing a file in /com/test1/, the JDE still >thinks that the startup class is com.test2.AnotherGUI. > The project file is supposed to reload every time you switch between buffers belonging to different projects. The reason this doesn't happen is usually because you omitted to give the project a unique name when initially creating the project file. Check your prj.el files and make sure that each of them begins with (jde-set-project-name "UNIQUE NAME") - Paul
