Created
November 20, 2013 11:46
-
-
Save mickvangelderen/7561898 to your computer and use it in GitHub Desktop.
My Spoofax eclipse.ini. Includes vm argument to shut spoofax up about the error message that was apparently fixed in the nightly build.
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
-startup | |
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_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 | |
-vm | |
C:/Program Files/Java/jre7/bin/server/jvm.dll | |
-vmargs | |
-Dosgi.requiredJavaVersion=1.6 | |
-Xss8m | |
-Xms256m | |
-Xmx1024m | |
-XX:MaxPermSize=256m | |
-server | |
-Djava.net.preferIPv4Stack=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment