java.lang.ArrayIndexOutOfBoundsException: 107
at com.genuitec.eclipse.core.C.Ą(Unknown Source)
at com.genuitec.eclipse.core.A.Ă(Unknown Source)
at com.genuitec.eclipse.core.A.ă(Unknown Source)
at com.genuitec.eclipse.core.A.ă(Unknown Source)
at com.genuitec.eclipse.core.A.ā(Unknown Source)
at com.genuitec.eclipse.core.C.ā(Unknown Source)
at com.genuitec.eclipse.core.C.Ă(Unknown Source)
at com.genuitec.eclipse.core.C.ę(Unknown Source)
at com.genuitec.eclipse.core.C.<init>(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.ą(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.ć(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.Ă(Unknown Source)
at com.genuitec.eclipse.core.ViperCore.isLicenseValid(Unknown Source)
at com.genuitec.eclipse.core.vU.Ą(Unknown Source)
at com.genuitec.eclipse.core.vU.B__111164asdlkfjw2asl_23(Unknown Source)
at com.genuitec.eclipse.j2eedt.ui.wizard.NewWebProjectWizard.init(Unknown Source)
at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:118)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

解决方案 »

  1.   

    你用myEclipse版本?
    tomcat 重新安装,重新配置了没?
    我一般不用默认的
      

  2.   

    不用myeclipse自带的tomcat,自己安装一个tomcat,然后再重新配置,记住要先在我的电脑服务里关了tomcat服务,要不8080端口会被占用。
      

  3.   

    我就是用的自己下载的tomcat6.0,myeclipse8.5版本的
      

  4.   

    我用的就是tomcat6.0啊,并且myeclipse和tomcat在别的机器上可以的,难道要重装操作系统吗
      

  5.   

    myeclipse6.0以后就自带tomcat,也许是你的环境变量配置有问题,也有可能版本太低,至于重新安装系统就没有必要了
      

  6.   

    你的Myeclipse要用你自己安装的tomcat6.0才行,,,并不是说你安装了tomcat6.0就行了,Myeclipse默认使用的tomcat是自带的,你需要设置一下才行!具体步骤你可以网上搜索一下,,,很简单的
      

  7.   

    还有就是你配置的jdk是不是版本过低啊?