source not found - Edit source lookup path... [message #532233] |
Fri, 07 May 2010 11:57 |
Eclipse User |
|
|
|
I'm having an issue when debugging in Java under Eclipse 3.5.2. I changed my project classpath as follows:
<classpath>
<classpathentry kind="src" including="META-INF/**" path="." output="bin-mf"/>
<classpathentry kind="src" path="src" output="bin"/>
<classpathentry kind="con" path=" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.inte rnal.debug.ui.launcher.StandardVMType/J2SE-1.5 "/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
</classpath>
The reason being I need the MANIFEST.MF in the classpath under META-INF when running the project in non-plugin mode (and I can't put it in /bin as it will be twice in the path in plugin mode).
The problem is that with this classpath configuration, the debugger fails to load the sources of this project. I get an error "Source not found, edit source lookup path). Under the Default source path, it shows myproject/bin and myproject/bin-mf, but not the project src folder.
What can I do to enable the source path to work again? The goal is to have the .classes under /bin and the manifest.mf under bin-mf/META-INF
Thanks,
David
|
|
|
Powered by
FUDForum. Page generated in 0.02695 seconds