Skip to content

Instantly share code, notes, and snippets.

@Mailaender
Last active December 15, 2017 15:04
Show Gist options
  • Save Mailaender/5ebfc3f4636f31cae36bcf003532f26d to your computer and use it in GitHub Desktop.
Save Mailaender/5ebfc3f4636f31cae36bcf003532f26d to your computer and use it in GitHub Desktop.
OpenChrom IDE launch configuration for openSUSE
-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