* Operation System: Windows XP SP1
* Eclipse: 2.1.2 Build 200311030802
* Was Eclipse freshly installed for MyEclipse? -> Yes
* Yes
* org.eclipse.pde.* : 15
* Java JDK: 1.4.2_3
* JDK application server: 1.4.2_3
* I searched at the Formum
* AppServer Tomcat 5.0.16
* No Errors in Log
I have try to use two Java Projects in a Web Project.
For this i have done:
1. export the class as jar (only Class).
2. i´m importing the jar as import from directory to the lib Folder of the Webproject
3. Checked Projectlink and classpath
When i now set an breakpoint at the jsp File in the Web Projekt, can i jump into the class Source from every class of the java Projekt. I can see the source code and step through.
But only with one of the two Java Projekts i can change the source during debugging. The other should be write protectet and i cann´t change it.
All Configs, Exports, Imports looks simular.
Why is one Java Projekt write protectet during debugging?
Thanks for help,
Jens Zech