Exception [message #199049] |
Sat, 21 February 2004 16:00 |
Eclipse User |
|
|
|
I am working with Eclipse 2.1.x for the past 1 yr. I am trying to move to
Eclipse 3.0 M7 but I can't get my plugin to work with 3.0 M7. The views are
shown properly but when I click on a wizard button to bring up a wizard, I
get the following exception... my plugin has org.eclipse.ui as one of the
required plugins which has a dependency on org.eclipse.ui.workbench (export
= true). I even added org.eclipse.ui.workbench explicitly in my plugin.xml
as one of the required plugin.
java.lang.NoClassDefFoundError:
org/eclipse/ui/internal/model/WorkbenchAdapter
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code))
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultCl assLoader.define
Class(DefaultClassLoader.java(Inlined Compiled Code))
at
org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineCl ass(EclipseClass
Loader.java(Compiled Code))
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultCl assLoader.findCl
assImpl(DefaultClassLoader.java(Compiled Code))
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultCl assLoader.findCl
ass(DefaultClassLoader.java(Compiled Code))
at
org.eclipse.osgi.framework.adaptor.BundleClassLoader.findLoc alClass(BundleCl
assLoader.java(Inlined Compiled Code))
at
org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLoca lClass(EclipseCl
assLoader.java(Compiled Code))
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleL
oader.java(Compiled Code))
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader
..java(Compiled Code))
at
org.eclipse.osgi.framework.adaptor.BundleClassLoader.loadCla ss(BundleClassLo
ader.java(Compiled Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at
com.ibm.rational.dct.ui.wizards.ProviderWizardPage.<init>(ProviderWizardPage
..java:160)
at
com.ibm.rational.dct.ui.wizards.LoginWizard.addPages(LoginWi zard.java:82)
at
org.eclipse.jface.wizard.WizardDialog.createContents(WizardD ialog.java:468)
at org.eclipse.jface.window.Window.create(Window.java:341)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:855)
at org.eclipse.jface.window.Window.open(Window.java:616)
Any help would be appreciated...
Thanks
Balaji
|
|
|
Powered by
FUDForum. Page generated in 0.32156 seconds