Skip to content

Instantly share code, notes, and snippets.

@5a494d
Last active August 29, 2015 14:12
Show Gist options
  • Save 5a494d/7b4f185217247adeb1f2 to your computer and use it in GitHub Desktop.
Save 5a494d/7b4f185217247adeb1f2 to your computer and use it in GitHub Desktop.
eclipse.ini
-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