Last active
December 15, 2017 15:04
-
-
Save Mailaender/5ebfc3f4636f31cae36bcf003532f26d to your computer and use it in GitHub Desktop.
OpenChrom IDE launch configuration for openSUSE
This file contains 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.201.v20161025-1711.jar | |
--launcher.library | |
/home/matthias/.p2/pool/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740 | |
-product | |
org.eclipse.epp.package.rcp.product | |
--launcher.defaultAction | |
openFile | |
-showsplash | |
org.eclipse.platform | |
--launcher.appendVmargs | |
-vm | |
/usr/java/latest/jre/bin/ | |
-perspective | |
org.eclipse.pde.ui.PDEPerspective | |
--launcher.GTK_version | |
2 | |
-vmargs | |
-Dosgi.requiredJavaVersion=1.8 | |
-XX:+UseG1GC | |
-XX:+UseStringDeduplication | |
-Dosgi.requiredJavaVersion=1.8 | |
-Xms256m | |
-Xmx2048m | |
-Declipse.p2.max.threads=10 | |
-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest | |
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment