facebook

Can’t New a Jsp file

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #250852 Reply

    loverenain
    Member

    I installed the Eclipse 3.1M1 and after that, MyEclipse 4.1M2 .
    eclipse:
    Version: 3.1.0
    Build id: 200408122000

    Then I created a new Web Application Project without problems.
    I use JSK 1.5
    The problems came when I tried to use the JSP, Servlet and EJB wizards…
    The selected wizard could not be started.

    Reason:
    Plug-in com.geniutec.eclipse.wizards was unable to load class
    com.aston.wizards.jsp.NewJspCreationWizard.

    Similar errors appears in the others wizards.

    I have see the post bugs before and follow the instruction that have fixed that bug,but no effection.

    this is my log:

    !ENTRY org.eclipse.core.runtime 4 1 ��� 21, 2006 09:33:15.481
    !MESSAGE Plug-in com.genuitec.eclipse.wizards was unable to load class com.aston.wizards.jsp.NewJspCreationWizard.
    !STACK 0
    java.lang.ClassNotFoundException: com.aston.wizards.jsp.NewJspCreationWizard
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:404)
    at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:307)
    at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:336)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1313)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:131)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:124)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:113)
    at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:211)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:207)
    at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createExecutableExtension(WorkbenchWizardElement.java:104)
    at org.eclipse.ui.internal.ide.NewWizardShortcutAction.run(NewWizardShortcutAction.java:69)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:979)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:946)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:896)
    at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:809)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:973)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2636)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2339)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1435)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1406)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:263)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
    at org.eclipse.core.launcher.Main.run(Main.java:644)
    at org.eclipse.core.launcher.Main.eclipse_main(Main.java:628)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:29)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    !ENTRY com.genuitec.eclipse.core 1 0 ��� 21, 2006 09:33:22.694
    !MESSAGE Unable to locate .myeclipse.properties file

    #250935

    Riyad Kalla
    Member

    The first step is to not use incompatible milestones. You will need to redownload Eclipse 3.1.2 SDK from the eclipse website then MyEclipse 4.1.1 from our site. Reinstall them both to *new* directories, don’t use existing ones, then create a new workspace (do not use your existing one). You should be fine.

    I’d also point out that you have NitroX installed:

    at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:29)

    Which will conflict with MyEclipse.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Can’t New a Jsp file

You must be logged in to post in the forum log in