I have a Web Project in MyEclipse 6.5 (infact I was having this problem even in 6.0), I start my Application Server (WebLogic) from MyEclipse.
When I have a break-point in any of my java file and start the server in Debug mode. Everytime it asks me to select a source.
It displays message like “Source not found” and “Edit Source Lookup Path”. Even if I select the project that I need to debug, next time when I start the server again, it asks for this message (dont remember or store this information).
I do not have it as auto-deployed as we are using Split-dir to deploy our java files using Ant script.
Is this a known issue?? How do I fix it??
Thanks!!