Last active
August 29, 2015 14:12
-
-
Save 5a494d/7b4f185217247adeb1f2 to your computer and use it in GitHub Desktop.
eclipse.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-vm /opt/java/jre/lib/amd64/server/libjvm.so | |
-startup | |
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326 | |
-product | |
org.eclipse.epp.package.jee.product | |
--launcher.defaultAction | |
openFile | |
-showsplash | |
org.eclipse.platform | |
--launcher.defaultAction | |
openFile | |
--launcher.appendVmargs | |
-vmargs | |
-Dorg.eclipse.swt.browser.DefaultType=mozilla | |
-Dosgi.requiredJavaVersion=1.7 | |
-Xms60m | |
-Xmx1024m | |
-Xss2m | |
-Xverify:none | |
-Duser.name=zim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment