Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Running the Properties View Example gives NoClassDefFound Error
Running the Properties View Example gives NoClassDefFound Error [message #184467] Tue, 12 December 2006 09:06 Go to next message
Eclipse UserFriend
Originally posted by: swetha.atc.tcs.co.in

Hi


I downloaded the propertyviewsample.zip ,unzipped and put it in the
Plugins directory.When I open Window>Show View>Other... and select "Sample
Category/Sample1 View",I get the following error:

java.lang.NoClassDefFoundError:
org/eclipse/ui/internal/dialogs/ListContentProvider
at mview.views.SampleView.createPartControl(SampleView.java:61)
at
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:332)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:197)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:566)
at org.eclipse.ui.internal.Perspective.showView(Perspective.jav a:1675)
at
org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:987)
at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPag e.java:968)
at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3497)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3494)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3470)
at
org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHan dler.java:148)
at
org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHa ndler.java:104)
at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHand ler.java:70)
at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java :114)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:499 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:539)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)


Currently I am using Eclipse 3.2.0...

Thanks in Advance..
Swetha
Re: Running the Properties View Example gives NoClassDefFound Error [message #184575 is a reply to message #184467] Wed, 13 December 2006 07:34 Go to previous message
Eclipse UserFriend
Originally posted by: swetha.atc.tcs.co.in

Hi

I am new to Eclipse ...
Can anybody give me an example for properties view .....I tried the
propertyviewsample.zip example ..but could not see the properties page
even when I click on the "Hello" Button...
Is there something that I should add in the Plugin.xml to view the
propertysheet???

Thanks in advance
Swetha
Previous Topic:Using Complex Types with Web Services
Next Topic:Style adaptor for XML Documents
Goto Forum:
  


Current Time: Thu Apr 25 10:44:35 GMT 2024

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

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

Back to the top