ClassNotFoundException : IPropertySheetEntry [message #247854] |
Mon, 23 March 2009 09:55  |
Eclipse User |
|
|
|
Originally posted by: massimiliano.ziccardi.gmail.com
Hi all.
I'm writing my first GEF plugin for my RCP application.
When I open the Editor, using :
IWorkbenchPage page =
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage();
try {
page.openEditor(new MyEditorInput("Input"), MyGraphicalEditor.ID, false);
} catch (PartInitException e) {
e.printStackTrace();
}
I get the following exception:
java.lang.NoClassDefFoundError:
org/eclipse/ui/views/properties/IPropertySheetEntry
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:23 89)
at java.lang.Class.getConstructor0(Class.java:2699)
at java.lang.Class.newInstance0(Class.java:326)
at java.lang.Class.newInstance(Class.java:308)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.java:170)
at
org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension(ExtensionRegistry.java:867)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:243)
....
Do I miss something?
Thank you for your help,
Massimiliano.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03516 seconds