Skip to main content



      Home
Home » Eclipse Projects » GEF » ClassNotFoundException : IPropertySheetEntry
ClassNotFoundException : IPropertySheetEntry [message #247854] Mon, 23 March 2009 09:55 Go to next message
Eclipse UserFriend
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.
Re: ClassNotFoundException : IPropertySheetEntry [message #247876 is a reply to message #247854] Tue, 24 March 2009 02:36 Go to previous message
Eclipse UserFriend
> java.lang.NoClassDefFoundError:
> org/eclipse/ui/views/properties/IPropertySheetEntry

The Properties View is available in the org.eclipse.ui.views plugin. Add it
to your RCP app.

- Prakash
--
http://blog.eclipse-tips.com
Previous Topic:Problem with refreshVisuals of a connection
Next Topic:Flyout palette customization
Goto Forum:
  


Current Time: Fri Mar 21 04:19:46 EDT 2025

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

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

Back to the top