优化eclipse启动:eclipse.exe -vmargs -Xverify:none(取消字节码验证) -Xms64M(初始堆64M) -Xmx512M(堆最大内存512M) -XX:PermSize=20M (系统永久区域大小,消除垃圾收集事件) -XX:+UserParallelGC(效果不明)。通过查看help-->about elipse platform-->config details得到当前启动参数。
1.在线安装插件:help-->software updates-->find and install -->feature updates -->search new features to install -->new remote site-->finish
2.手工zip包安装:解压出features(配置) / plugins(安装包),创建.eclipseextension文件,注意前边有个.,通过创建txt文件,然后另存为才可,
不能重命名,内容如下:
id=org.eclipse.platform
name=eclipse Platform
version=3.3.2
然后把以上3个文件放到一个名为eclipse的文件夹下(一定是该文件夹名,真郁闷),点击help-->Software updates-->manage configuration --> Product configuration-->add an extension Location选择该文件加即可冲击所按插件即可用。
3.link法安装:在eclipse安装目录中创建links目录,在该目录中添加xxx.link文件,文件内容如下: Path=xxxx\\eclipse(只想2中创建的目录)
重现工作空间的提示框:general-->startup and shutdown -->prompt for wekspace on start up
elipse 找jdk: 1.-vm xxxx/javaw 2.eclipse/jre 3.path