Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] org.osgi.framework.BundleException: in an GEF example

Hi

I have a sample GEF code which was done by using GEF 2.1 and it is working fine on Eclipse 2.1. (The first Shape Editor example in http://eclipsewiki.editme.com/GefExamples), but i need to run it on Eclipse 3.2 by using GEF 3.1 version. But it gives three errors as,

1. org.osgi.framework.BundleException: The activator org.eclipse.ui.internal.ide.IDEWorkbenchPlugin for bundle org.eclipse.ui.ide is invalid

2. org.osgi.framework.BundleException: The activator org.eclipse.ui.internal.WorkbenchPlugin for bundle org.eclipse.ui.workbench is invalid

3. org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.ui.ide was unable to load class org.eclipse.ui.internal.ide.IDEApplication

I cant figure out these errors and i'm nt an expert in this area. Is it due to an incompatibility issue? If so how can i get rid of those errors?

Thank you,
C.Lah


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

Back to the top