撤消自动更新,加快myeclipse启动速度

取消自动更新,加快myeclipse启动速度

myeclipse6:
1. Window --> Preferences --> General --> Startup and Shutdown -->找到"Automatic Updates Scheduler " 项去掉前面的勾。(不要看上面三个复选框,要在下面列表框里面靠下面一点找到);

2.Window --> Preferences --> Install/Update -->Automic Updates -->找到“Automaically find new updates and notify me”项去掉前面的勾。

3. MyEclipse --> Preferences -->genernal-->network Connections
把选项改为手动的,选择Manual proxy configuration。

4.Windows > Preferences > MyEclipse > Community Essentials,
把选项 "Search for new features on startup"的前勾去掉即可.

myeclipse7.1/myeclipse8:
1.Window --> Preferences --> General --> Startup and Shutdown -->找到"Automatic Updates Scheduler " 项去掉前面的勾。(不要看上面三个复选框,要在下面列表框里面靠下面一点找到);

2.Window --> Preferences --> Myeclipse Enterprise Workbench --> Maven4Myeclipse --> Maven --> "Download repository index updates on startup" 去掉前面的勾。

这样设置完以后,打开myeclipse时,右下角不会一直显示在update的进度条,开始会比较卡的现象也有很大的改观

另:
myeclipse8在安装后,启动时没有启动画面,添加方法如下:
在..\Genuitec\MyEclipse 8.x Latest\myeclipse.ini文件末尾加上一行
-Dosgi.splashLocation=启动图片位置,绝对路径、相对路径都可以,
可以在..\Genuitec\下的子目录中搜索splash.bmp,找到文件后将其拷贝至\Genuitec\MyEclipse 8.x Latest\,然后就可以按照这样添加了:
-Dosgi.splashLocation=splash.bmp