当前位置: 代码迷 >> Eclipse >> eclipse使用中遇到的有关问题
  详细解决方案

eclipse使用中遇到的有关问题

热度:57   发布时间:2016-04-23 00:57:29.0
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

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

?

?

?

?

  相关解决方案