hwaggLee

打开eclipse安装目录下的eclipse.ini文件,将红色内容加入

-vm
../Java/jdk1.6.0_26/bin
(或者指向具体目录:D:/software/jdk_1.8u91/bin)
-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.v20130807-1835
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m

 

分类:

技术点:

相关文章:

  • 2022-01-05
  • 2021-05-29
  • 2021-11-28
  • 2021-11-18
  • 2021-06-12
  • 2021-08-03
  • 2021-11-18
猜你喜欢
  • 2021-11-18
  • 2021-11-28
  • 2021-11-28
相关资源
相似解决方案