运行MyEclipse5.5.1GA的时候出错了 显示错误这样的

来源:百度知道 编辑:UC知道 时间:2024/05/16 11:05:13
eclipse.buildId=M20070212-1330
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.runtime 2008-07-13 10:26:46.390
!MESSAGE Product com.genuitec.myeclipse.product.ide could not be found.

!ENTRY org.eclipse.osgi 4 0 2008-07-13 10:26:46.531
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:56)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run

把MyEclipse快捷方式目标框里的"-product com.genuitec.myeclipse.product.ide"删除即可,或者直接运行Eclipse.exe,没有影响,只是启动画面是Eclipse的而已.
也可以试试安装更高版本的JDK,可能会是JDK版本低了.