For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 21 years, 4 months ago by
Leon Magbunduku.
-
AuthorPosts
-
Leon MagbundukuMemberI recently installed Eclipse 3.0.2 working with MyEclipse 3.8.4 +QF2.
I created a new Web Project with Struts Capabilities…
When I tried to create a new JSP file under a directory that I created under the WebRoot directory. The dialog box for creating a JSP file does not appear.
In fact, the New Dialog Box does not appear for: Applets, HTML, JSP, Servlet and XML? Is there any fix to that?April 3, 2005 at 5:40 pm #227564
Scott AndersonParticipantCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
April 3, 2005 at 8:39 pm #227565
Leon MagbundukuMemberHi Scott,
Following is the profile information:
Operating System: Microsoft Windows 2000 5.00.2195 Service Pack 4
Eclipse Version: 3.0.2 Build id: 200503110845
This is a freshly installed Eclipse for MyEclipse
No other plugins are installed at the moment
There are 8 directories like org.eclipse.pde.*:
org.eclipse.pde.build_3.0.1
org.eclipse.pde.core_3.0.2
org.eclipse.pde.doc.user_3.0.0
org.eclipse.pde.junit.runtime_3.0.0
org.eclipse.pde.runtime_3.0.1
org.eclipse.pde.source_3.0.2
org.eclipse.pde.ui_3.0.2
org.eclipse.pde_3.0.1
MyEclipse Version is: 3.8.4 +QF2 Build ID: 200502031200-3.8.4
Eclipse jre version: j2re1.4.1
Application Server JDK: C:\bea814\jdk142_05
Application Server is: BEA WebLogic 8.1 SP4
Exception in the Eclipse log file is:
!ENTRY org.eclipse.ui 4 4 Apr 03, 2005 19:15:58.621
!MESSAGE Unhandled event loop exception!ENTRY org.eclipse.ui 4 0 Apr 03, 2005 19:15:58.621
!MESSAGE org.eclipse.jdt.internal.ui.wizards.dialogfields.ComboDialogField.selectItem(I)V
!STACK 0
java.lang.NoSuchMethodError: org.eclipse.jdt.internal.ui.wizards.dialogfields.ComboDialogField.selectItem(I)V
at com.aston.WizardPage.createControlForTemplate(Unknown Source)
at com.aston.wizards.jsp.NewJspCreationWizardPage.createControl(Unknown Source)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:161)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:548)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:451)
at org.eclipse.jface.window.Window.create(Window.java:348)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)
at org.eclipse.ui.internal.ide.NewWizardShortcutAction.run(NewWizardShortcutAction.java:94)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2773)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2432)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
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.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
I created a new Web Project with Struts Capabilities…
When I tried to create a new JSP file under a directory that I created under the WebRoot directory. The dialog box for creating a JSP file does not appear.
In fact, the New Dialog Box does not appear for: Applets, HTML, JSP, Servlet and XMLApril 5, 2005 at 7:27 pm #227667
Leon MagbundukuMemberIs there any fix to the issue I posted above?
-
AuthorPosts
