eclipse.ini

来源:互联网 发布:淘宝网裙子款式 编辑:程序博客网 时间:2024/06/10 14:59
  • 介绍

本文介绍eclipse启动配置文件。

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx1024m
-XX:PermSize=512m
-XX:MaxPermSize=1024m
-Dfile.encoding=utf-8

查看原文:http://surenpi.com/2016/02/19/eclipse-ini/

0 0
原创粉丝点击