Created
June 22, 2016 18:14
-
-
Save andreybleme/835c0dae9e4ad4b8b5a7b7e4d835497b to your computer and use it in GitHub Desktop.
Eclipse file to fix the bug on Ubuntu 16.04. If it doesn't work, change the line 19 to use version 1.8.
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.100.v20150511-1540.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417 | |
-product | |
org.eclipse.epp.package.jee.product | |
--launcher.defaultAction | |
openFile | |
-showsplash | |
org.eclipse.platform | |
--launcher.XXMaxPermSize | |
256m | |
--launcher.defaultAction | |
openFile | |
--launcher.appendVmargs | |
--launcher.GTK_version | |
2 | |
-vmargs | |
-Dosgi.requiredJavaVersion=1.7 | |
-Xms256m | |
-Xmx1024m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@andreybleme valeu 👍