Bernie's Blog - 爱情来的快,去的也快,只有JAVA是永恒的。
给MyEclipse 8.x Stable (8.0 GA) 添加启动画面
11月26日发布的MyEclipse 8.0 GA 版本,我下载下来,启动后发现要等一会才出来,并没有看见启动画面,我们只需要在myeclipse.ini 里面配置一下就可以了。
以下是我安装后的原始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 D:/Program Files/Genuitec/MyEclipse 8.x Latest -vm D:/Program Files/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_8.0.0.me200911192201/splash.bmp