Community
Participate
Working Groups
Using the 3.2 I20051130-1215 build From the Plug-ins view, import all plugins (from the same build) into the workspace as source. Then run a target workbench. Bug symptom: You get a bunch of class not found errors because the jdt core bundle could not be activated: !ENTRY org.eclipse.osgi 2005-12-01 14:58:13.219 !MESSAGE An error occurred while automatically activating bundle org.eclipse.jdt.core (237). !STACK 0 org.osgi.framework.BundleException: The activator org.eclipse.jdt.core.JavaCore for bundle org.eclipse.jdt.core is invalid If I modify the manifest file to remove . from the classpath and add the jdt core jar file to to the classpath then the target runs without these errors.
Some extra info - this worked in the 1123 build.
this is because jdt/core source code was not being located correctly. *** This bug has been marked as a duplicate of 120326 ***