eclipse使用中遇到的问题

1.eclipse.ini借鉴配置

-startup

plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130521-0416

-product

org.eclipse.epp.package.jee.product

--launcher.defaultAction

openFile

--launcher.XXMaxPermSize

扫描二维码关注公众号,回复: 658004 查看本文章

512M

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

512m

--launcher.defaultAction

openFile

--launcher.appendVmargs

-vmargs

-Dosgi.requiredJavaVersion=1.6

-Xms256m

-Xmx512m

-Dsun.lang.ClassLoader.allowArraySyntax=true

2.eclipse打开报错

方案一:设置eclipse.ini配置

方案二:  eclipse换工作区,原先的可能有损坏

3.eclipse中tomcat debug 起不来

方案一:更换eclipse

4.tomcat启动内存不足

-vmargs   -Xms128M   -Xmx256M   -XX:PermSize=64M   -XX:MaxPermSize=512M

猜你喜欢

转载自zyhui98.iteye.com/blog/2017020