I am using the eclipse 3.3 integration build I20070418 running on jdk1.6.0.
Wickedshell installs fine but its preferences page throws errors.
When trying to open the shell view it also throws a NoClassDefFoundError
/sanjay
java.lang.NoClassDefFoundError: net/sf/wickedshell/domain/DomainPlugin
at net.sf.wickedshell.ui.shell.viewer.TextShellViewer.refreshFont(TextShellViewer.java:273)
at net.sf.wickedshell.ui.shell.viewer.TextShellViewer.<init>(TextShellViewer.java:87)
at net.sf.wickedshell.ui.shell.viewer.TextShellViewer.<init>(TextShellViewer.java:75)
at net.sf.wickedshell.ui.shell.ShellView.createPartControl(ShellView.java:79)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:363)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:219)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2002)
at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1017)
at org.eclipse.ui.internal.WorkbenchPage.access$17(WorkbenchPage.java:998)
at org.eclipse.ui.internal.WorkbenchPage$18.run(WorkbenchPage.java:3571)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3568)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3544)
at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:146)
at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:104)
at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:72)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:221)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:471)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:173)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:253)
at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3673)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:359)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:174)
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.equinox.launcher.Main.invokeFramework(Main.java:475)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:415)
at org.eclipse.equinox.launcher.Main.run(Main.java:1140)
at org.eclipse.equinox.launcher.Main.main(Main.java:1115)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using the eclipse 3.3 integration build I20070418 running on jdk1.6.0.
Wickedshell installs fine but its preferences page throws errors.
When trying to open the shell view it also throws a NoClassDefFoundError
/sanjay
java.lang.NoClassDefFoundError: net/sf/wickedshell/domain/DomainPlugin
at net.sf.wickedshell.ui.shell.viewer.TextShellViewer.refreshFont(TextShellViewer.java:273)
at net.sf.wickedshell.ui.shell.viewer.TextShellViewer.<init>(TextShellViewer.java:87)
at net.sf.wickedshell.ui.shell.viewer.TextShellViewer.<init>(TextShellViewer.java:75)
at net.sf.wickedshell.ui.shell.ShellView.createPartControl(ShellView.java:79)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:363)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:219)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2002)
at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1017)
at org.eclipse.ui.internal.WorkbenchPage.access$17(WorkbenchPage.java:998)
at org.eclipse.ui.internal.WorkbenchPage$18.run(WorkbenchPage.java:3571)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3568)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3544)
at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:146)
at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:104)
at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:72)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:221)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:471)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:173)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:253)
at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3673)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:359)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:174)
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.equinox.launcher.Main.invokeFramework(Main.java:475)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:415)
at org.eclipse.equinox.launcher.Main.run(Main.java:1140)
at org.eclipse.equinox.launcher.Main.main(Main.java:1115)
Hi,
this is weired, I could swear it worked out. OK, smells like 2.0.2 is about to come soon.
Thanks for posting, I fix that asap.
Best Regards,
Stefan
Please refer to bug
[1672388] Wicked Shell not working with Eclipse 3.3
http://sourceforge.net/tracker/index.php?func=detail&aid=1672388&group_id=143474&atid=755624
for status.
Best Regards,
Stefan