Hello,
I am working on 2 projects, one is a library that gets wrapped into a .jar file by an ant task and the other project is an web application using that library.
I want to work on the web application, while changing the library as necessary.
I added the library .jar file, which resides in the library project, to the Java Build Path of the application project and set the “source attachment” to where the actual source is.
My problem is that when I press F3 in my web application source to open a method from the library, it shows the actual source, but the tab says it is a .class file. And I cannot edit the source. To modify the source I have to navigate the other project’s source, open the corresponding file and locate the method.
So my question is: how can I instruct MyEclipse to open the actual source in a way that it can be edited.
I am working with MyEclispe 7.1.1 on Windows XP.