Created
April 11, 2017 13:58
-
-
Save dekarrin/251cf27dc49430c5515d4c24f9c026cc to your computer and use it in GitHub Desktop.
It's Eclipse's .ini from my work computer, which is set up to use the old interface (before it got crappy). Works at least on Mars.2
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.100.v20150511-1540.jar | |
| --launcher.library | |
| plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417 | |
| --launcher.GTK_version | |
| 2 | |
| -product | |
| org.eclipse.epp.package.java.product | |
| --launcher.defaultAction | |
| openFile | |
| -showsplash | |
| org.eclipse.platform | |
| --launcher.XXMaxPermSize | |
| 256m | |
| --launcher.defaultAction | |
| openFile | |
| --launcher.appendVmargs | |
| -vmargs | |
| -Dosgi.requiredJavaVersion=1.7 | |
| -XX:MaxPermSize=256m | |
| -Xms256m | |
| -Xmx1024m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment