楼主发表于:2010-03-03 19:03:12今天下午在myeclipse7.5中安装了svn后 再启动时 不能启动,日志文件中提示信息:
!SESSION Wed Mar 03 18:21:12 CST 2010 ----------------------------------------- -
!ENTRY org.eclipse.equinox.launcher 4 0 2010-03-03 18:21:12.281
!MESSAGE Exception launching the Eclipse Platform:
!STACK
Java.lang.ArrayIndexOutOfBoundsException: 0
at org.eclipse.equinox.launcher.Main.getSplashLocation(Main.java:1847)
at org.eclipse.equinox.launcher.Main.handleSplash(Main.java:1777)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:444)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
然后开始找原因 :发现少了 myeclipse.ini 文件
然后从别的地方考了该文件,并修改了:
-startup
../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
--launcher.library
../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731
-clean
-configuration
configuration
-vm
D:\install File\MyEclipse7.5\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
-vmargs
-Xmx384m
-XX:MaxPermSize=384m
-XX:ReservedCodeCacheSize=96m
可是还是不能启动 提示:
The Myeclipse exectutable launcher was unable to locate its companion shared library.
请问 这是什么原因?