ClassNotFound org.eclipse.update.configurator.ConfiguratorUtils [message #444892] |
Wed, 22 February 2006 22:20 |
Scott Pelton Messages: 81 Registered: July 2009 |
Member |
|
|
Man, I dont get this stuff! Just when I thought I was beginning to
understand the classloading thing in RCP I get a ClassNotFoundException. I
have the required bundle on my manifest's "Require-Bundle" list (see
below), from the debug tracing it appears the plugin data is created...I
dont see why it would fail to find/load the class. Can anyone please
explain what gives?
here is a snippet of the debug output:
...
BundleData created: BundleData for org.eclipse.core.runtime (1)
BundleData created: BundleData for org.eclipse.update.configurator (2)
BundleData created: BundleData for com.worldpac.boot (3)
BundleData created: BundleData for com.worldpac.logging (4)
BundleData created: BundleData for com.worldpac.pde (5)
...
BundleClassLoader[BundleData for com.worldpac.pde
(5)].loadClass(org.eclipse.update.configurator.ConfiguratorU tils)
BundleLoader[BundleData for com.worldpac.pde
(5)].loadBundleClass(org.eclipse.update.configurator.Configu ratorUtils)
BundleLoader[BundleData for com.worldpac.pde
(5)].findLocalClass(org.eclipse.update.configurator.Configur atorUtils)
BundleClassLoader[BundleData for com.worldpac.pde
(5)].findClass(org.eclipse.update.configurator.ConfiguratorU tils)
BundleClassLoader[BundleData for com.worldpac.pde
(5)].loadClass(org.eclipse.update.configurator.ConfiguratorU tils) failed.
java.lang.ClassNotFoundException:
org.eclipse.update.configurator.ConfiguratorUtils
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:405)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:350)
at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLoader.java:78)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319 )
at com.worldpac.pde.Application.run(Application.java:18)
here is a snippet of my plugin's manifest
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.apache.axis.webservices,
com.worldpac.logging,
com.worldpac.util,
org.eclipse.update.configurator
|
|
|
Powered by
FUDForum. Page generated in 0.03741 seconds