Skip to content

Instantly share code, notes, and snippets.

@andreybleme
Created June 22, 2016 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreybleme/835c0dae9e4ad4b8b5a7b7e4d835497b to your computer and use it in GitHub Desktop.
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.
-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
@gleidiin
Copy link

@andreybleme valeu 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment