`
huangjun_mail
  • 浏览: 115186 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

MyEclipse8.0GA 自动生成到MyEclipse8.5的问题解决。

    博客分类:
  • Java
阅读更多

     昨晚,自动更新了MyEclipse8.0GA,更新完成后IDE既然启不来了,看了一下MyEclipse记的日志:

 

!SESSION 2010-06-05 09:32:33.793 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_13

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.equinox.app 0 0 2010-06-05 09:32:35.418

!MESSAGE Product com.genuitec.myeclipse.product8.ide could not be found.

 

!ENTRY org.eclipse.equinox.p2.repository 4 0 2010-06-05 09:32:35.543

!MESSAGE ProvisioningEventBus could not be obtained. Metadata caches may not be cleaned up properly.

 

!ENTRY org.eclipse.osgi 4 0 2010-06-05 09:32:38.340

!MESSAGE Application error

!STACK 1

java.lang.RuntimeException: No application id has been found.

at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)

at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)

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)


看来MyEclipse启动的时候,eclipse.buildId都没有获取到,而且find “com.genuitec.myeclipse.product8.ide
也出现了问题。

查看了一下:
C:\Program Files\Genuitec\MyEclipse8\configuration\config.ini
发现:
eclipse.product=com.genuitec.myeclipse.product8.ide
osgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product8
于是修改成:
eclipse.product=com.genuitec.myeclipse.product85.ide
osgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product85
大功告成!

分享到:
评论
1 楼 蛋呢823 2011-03-20  
LZ, 请教一下 ~~~~(>_<)~~~~
我的MyEclipse也出错了,跟LZ一模一样的错误,按LZ的说法去改,还是一直提示那个错误呀?? 是不是MyEclipse的版本我的不对了

相关推荐

Global site tag (gtag.js) - Google Analytics