Bug 2317 - cannot run wizard example (1GENWD2)
Summary: cannot run wizard example (1GENWD2)
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: example
Depends on:
Blocks:
 
Reported: 2001-10-10 22:33 EDT by Karice McIntyre CLA
Modified: 2005-05-10 14:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karice McIntyre CLA 2001-10-10 22:33:55 EDT
It appears that the icon for New wizard is missing.
Upon closer examination, the path to the resource class seems to be incorrect 
(see stack trace).

Platform is looking for: org.eclipse.examples.ui.extension.wizard.resourcecreation
The directory on the file system is: org.eclipse.ui.examples.extension.wizard.resourcecreation
Maybe a jar file is missing from a plugins directory or the wrong qualification is specified when
calling the ClassCreationWizard class.

-run eclipse.exe
-File-> New-> Other, select the Other category
	Look at Wizard Example - I only see a red square.
-select Wizard Example and click on Next, you get an error.

Log: Fri Jun 01 17:49:41 EDT 2001
4 org.eclipse.core.runtime 2 Plug-in org.eclipse.examples.ui.extension.wizard.resourcecreation was unable to load class org.eclipse.examples.ui.extension.wizard.resourcecreation.ClassCreationWizard.
java.lang.ClassNotFoundException: org.eclipse.examples.ui.extension.wizard.resourcecreation.ClassCreationWizard
	at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java(Compiled Code))
	at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
	at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:79)
	at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:116)
	at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:97)
	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:100)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:81)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:97)
	at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createExecutableExtension(WorkbenchWizardElement.java:52)
	at org.eclipse.ui.internal.dialogs.NewWizardNewPage$2.createWizard(NewWizardNewPage.java:228)
	at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$1.run(WorkbenchWizardNode.java:110)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:81)
	at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(WorkbenchWizardNode.java:107)
	at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:91)
	at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:640)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:309)
	at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:210)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:85)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
	at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code))
	at org.eclipse.jface.window.Window.open(Window.java:520)
	at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:74)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:408)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:362)
	at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:353)
	at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:602)
	at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:820)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:70)
	at org.eclipse.core.launcher.Main.run(Main.java:363)
	at org.eclipse.core.launcher.Main.main(Main.java:240)


NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 18:19:51 EST
PRODUCT VERSION:
eclipse sdk 116 + examples

Comment 2 Tod Creasey CLA 2002-02-08 15:09:45 EST
Obsolete PR - we no longer ship this example
Comment 3 Tod Creasey CLA 2005-05-10 14:55:59 EDT
Marking closed