- This topic has 4 replies, 4 voices, and was last updated 20 years ago by penga.
-
AuthorPosts
-
michaMemberHi,
I have the same or a similar problem and I’am afraid, this is a problem in which several components are involved (sorry, mostly so).
First, the mentioned ‘New Form, Action and JSP’ wizard causes always an total eclipse crash (also in older MyEclipse and Eclipse versions)
then I followed the instructions given here and tried a fresh installation (without xml buddy and deinstalled oracle tidily including their jdk versions before).Now the same eclipse (3.1.0) and the same my eclipse version (3.8.2 GA) shows a different behaviour, it crashes not more but error messages will displayed in the problems view and the log file is filled. Note that, I always used a fresh eclipse now without plugins.
Problems View:
*****************
Severity Description Resource In Folder Location Creation Time
2 LoginForm cannot be resolved to a type LoginAction.java StrutsDemo/src/com/yourcompany/struts/action line 32 16. Oktober 2004 14:46:31
2 HttpServletResponse cannot be resolved to a type LoginAction.java StrutsDemo/src/com/yourcompany/struts/action line 31 16. Oktober 2004 14:46:31
2 HttpServletRequest cannot be resolved to a type LoginAction.java StrutsDemo/src/com/yourcompany/struts/action line 30 16. Oktober 2004 14:46:31
2 ActionMapping cannot be resolved to a type LoginAction.java StrutsDemo/src/com/yourcompany/struts/action line 28 16. Oktober 2004 14:46:31
2 ActionForward cannot be resolved to a type LoginAction.java StrutsDemo/src/com/yourcompany/struts/action line 27 16. Oktober 2004 14:46:31
2 ActionForm cannot be resolved to a type LoginAction.java StrutsDemo/src/com/yourcompany/struts/action line 29 16. Oktober 2004 14:46:31
2 ActionForm cannot be resolved to a type LoginForm.java StrutsDemo/src/com/yourcompany/struts/form line 13 16. Oktober 2004 14:46:31
2 Action cannot be resolved to a type LoginAction.java StrutsDemo/src/com/yourcompany/struts/action line 13 16. Oktober 2004 14:46:31log file:
***************
!SESSION Okt 16, 2004 13:54:06.484 ———————————————
eclipse.buildId=I200409240800
java.version=1.4.2_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE!ENTRY com.genuitec.eclipse.struts 1 1 Okt 16, 2004 13:54:06.484
!MESSAGE
!STACK 0
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:335)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:269)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:824)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.write(Unknown Source)
at org.easystruts.xslgen.JavaClass.write(Unknown Source)
at org.easystruts.xslgen.struts.XsltStrutsGenerator.createActionForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.performCreateForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.perform(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewEasyStrutsWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:670)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:342)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:538)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
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:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:706)
at org.eclipse.jface.window.Window.open(Window.java:684)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.launchWizard(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.OpenActionAndFormWizardActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:298)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:419)
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:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1443)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1414)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:271)
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:324)
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)
Caused by: java.lang.IllegalAccessError: tried to access method org.eclipse.jdt.internal.ui.preferences.ImportOrganizePreferencePage.getImportOrderPreference()[Ljava/lang/String; from class org.easystruts.eclipse.xslgen.EclipseJdtWriter
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.createType(Unknown Source)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter$1.run(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:98)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:110)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:322)
… 46 more
Root exception:
java.lang.IllegalAccessError: tried to access method org.eclipse.jdt.internal.ui.preferences.ImportOrganizePreferencePage.getImportOrderPreference()[Ljava/lang/String; from class org.easystruts.eclipse.xslgen.EclipseJdtWriter
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.createType(Unknown Source)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter$1.run(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:98)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:110)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:322)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:269)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:824)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.write(Unknown Source)
at org.easystruts.xslgen.JavaClass.write(Unknown Source)
at org.easystruts.xslgen.struts.XsltStrutsGenerator.createActionForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.performCreateForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.perform(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewEasyStrutsWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:670)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:342)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:538)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
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:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:706)
at org.eclipse.jface.window.Window.open(Window.java:684)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.launchWizard(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.OpenActionAndFormWizardActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:298)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:419)
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:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1443)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1414)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:271)
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:324)
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)!ENTRY com.genuitec.eclipse.struts 1 1 Okt 16, 2004 13:54:06.562
!MESSAGE
!STACK 0
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:335)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:269)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:824)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.write(Unknown Source)
at org.easystruts.xslgen.JavaClass.write(Unknown Source)
at org.easystruts.xslgen.struts.XsltStrutsGenerator.createAction(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.performCreateAction(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.perform(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewEasyStrutsWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:670)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:342)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:538)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
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:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:706)
at org.eclipse.jface.window.Window.open(Window.java:684)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.launchWizard(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.OpenActionAndFormWizardActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:298)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:419)
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:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1443)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1414)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:271)
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:324)
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)
Caused by: java.lang.IllegalAccessError: tried to access method org.eclipse.jdt.internal.ui.preferences.ImportOrganizePreferencePage.getImportOrderPreference()[Ljava/lang/String; from class org.easystruts.eclipse.xslgen.EclipseJdtWriter
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.createType(Unknown Source)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter$1.run(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:98)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:110)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:322)
… 46 more
Root exception:
java.lang.IllegalAccessError: tried to access method org.eclipse.jdt.internal.ui.preferences.ImportOrganizePreferencePage.getImportOrderPreference()[Ljava/lang/String; from class org.easystruts.eclipse.xslgen.EclipseJdtWriter
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.createType(Unknown Source)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter$1.run(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:98)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:110)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:322)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:269)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:824)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.write(Unknown Source)
at org.easystruts.xslgen.JavaClass.write(Unknown Source)
at org.easystruts.xslgen.struts.XsltStrutsGenerator.createAction(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.performCreateAction(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.perform(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewEasyStrutsWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:670)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:342)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:538)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
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:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:706)
at org.eclipse.jface.window.Window.open(Window.java:684)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.launchWizard(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.OpenActionAndFormWizardActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:298)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:419)
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:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1443)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1414)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:271)
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:324)
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 think, now I have exactly the same problem like the poster hechun, if I use Eclipse:
Version: 3.1.0
Build id: 200409240800. The classes he created have not the needed import statements but I can easy add this statements through eclipse
import functionality (libs are existing). The flow diagram and source have also not the content, which they have should.*************************************************
Then I tried the old eclipse:
Version: 3.0.0
Build id: 200406251208 and I have no problem anymore. The problem seems to be the newer eclipse version?Lastly, let me mention that I find the idea of MyEclipse very good but the available documentation and still the struts
bugs deters developers to use and buy it. But I hope, that will be better in future to show the true power of myeclipse.Regards, micha
Scott AndersonParticipantMicha,
Build id: 200406251208 and I have no problem anymore. The problem seems to be the newer eclipse version?
That’s exactly the issue. We don’t currently support version the version 3.1.0 milestone builds so there are likely a number
of problems with it as the Eclipse team shuffles their code around. This can introduce bugs into Eclipse during the build
cycles and incompatibilities with 3rd part products, such as MyEclipse. We’ll begin to support 3.1.0 when it reaches the
release candidate stage so that we can have a fully functional GA release very near the release date of 3.1.0.Lastly, let me mention that I find the idea of MyEclipse very good but the available documentation and still the struts
bugs deters developers to use and buy it. But I hope, that will be better in future to show the true power of myeclipse.We’re working on documentation very hard right now and have begun releasing the first
portsions of it into the Documentation section on the website here:
http://www.myeclipseide.com/ContentExpress-display-ceid-67.htmlAdditionally, I believe you’ll find the struts tools are quite stable with Eclipse 3.0 and 3.0.1, which we support
on three platforms.
michaMemberHi,
thank you for your answer. I didn’t know the version requirements.
I am pleased to hear of the planned documentations.
BTW, are there also better paying possibilities especially for germany in the near future otherwise I have to create a paypal account?Regards, Micha
Riyad KallaMemberotherwise I have to create a paypal account?
Is PayPal not letting you pay with a credit card? It should…. I’m not farmiliar with limitations on international purchases though…
pengaMemberto Michael:
du weist doch, wo man dies umsonst kriegen kann ~_* -
AuthorPosts