Skip to content

Instantly share code, notes, and snippets.

@dekarrin
Created April 11, 2017 13:58
Show Gist options
  • Select an option

  • Save dekarrin/251cf27dc49430c5515d4c24f9c026cc to your computer and use it in GitHub Desktop.

Select an option

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
-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