myeclipse突然运行不了的原因以及解决方案

来源:互联网 发布:网络歌手受排挤 编辑:程序博客网 时间:2024/04/28 11:50

The Myeclipse executable launcher was unable to locate its companion shared library【健BEN】 The Myeclipse executable launcher was unable to locate its companion shared library【健BEN】 - 09网工1 - 09网络工程1班大概意思就是载入类库失败。

可能是更新或者在装完插件后,没有安装完,就断电了,在这个过程中,配置文件没有被修改完,只剩下一个错误的配置文件。

    现在问题找到了,解决方法也很简单,只要把配置文件恢复到原来的就可以了。现在把把我的配置文件附在下面,供以后再出错了,就不用来回找配置文件了,呵呵~~

//myeclipse.ini

-startup  
../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar  
--launcher.library  
../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519  
-install  
F:\ApplicationSoftware\Genuitec/MyEclipse 8.x Latest  
-vm  
F:\ApplicationSoftware\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll  
-configuration  
configuration  
-vmargs  
-Xmx512m  
-XX:MaxPermSize=256m  
-XX:ReservedCodeCacheSize=64m
-Dosgi.splashLocation=../Common/plugins/com.genuitec.myeclipse.product8_7.9.100.zmyeclipse80020090924a/splash.bmp

     顺便说一句,最后一行是我加上去的,使用过myEclipse8.0的可能都发现了一个问题,它在启动时是没有启动画面的,隔好久以后就直接打开了,让人总是觉得有点别扭,那么最后一行就为你解决了这个问题,加上他就会有你想到的启动画面了。



0 0
原创粉丝点击