Last active
November 15, 2017 06:01
-
-
Save ajitid/70692a3cb24de5546654ae64db27fcc6 to your computer and use it in GitHub Desktop.
eclipse.ini for Ubuntu (Linux)
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.4.0.v20161219-1356.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.500.v20170531-1133 | |
-product | |
org.eclipse.epp.package.jee.product | |
-showsplash | |
org.eclipse.epp.package.common | |
--launcher.defaultAction | |
openFile | |
--launcher.defaultAction | |
openFile | |
-vm | |
/home/ajitid/java/jdk1.8.0_144/bin/java | |
-Dosgi.requiredJavaVersion=1.8 | |
[email protected]/eclipse-workspace | |
-XX:+UseG1GC | |
-XX:+UseStringDeduplication | |
--launcher.appendVmargs | |
-vmargs | |
-Dosgi.requiredJavaVersion=1.8 | |
-Xms256m | |
-Xmx1024m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
below
-vm
there is path, change to wherejdk<version-name>/bin/java
is located.