Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » source not found - Edit source lookup path...
source not found - Edit source lookup path... [message #532233] Fri, 07 May 2010 11:57
Eclipse UserFriend
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
Previous Topic:getAllTypes() does not return Class in an ICompilationUnit
Next Topic:JVM scheduler
Goto Forum:
  


Current Time: Fri Mar 21 16:32:13 EDT 2025

Powered by FUDForum. Page generated in 0.02695 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top