java - Eclipse editor runs slow on Ubuntu 16.04 after first project build -


i've installed ubuntu (16.04) i've noticed after first build of project on eclipse (i've tried luna , mars) editor starts run slow. there noticeable lag when typing , selecting text etc. doesn't make unusable, irritating. i've done following try , fix this, no avail:

  • allocate more memory in eclipse.ini
  • set environment variable $swt_gtk3=0 (as found said there may gtk3 bug in 16.04.
  • update graphics drivers

at point i'm not sure else do. seems run @ first, after first build (java) dies bit. suggestions on try , fix appreciated!

it's first time i've used eclipse ubuntu, i'm on windows machine, i'm not sure if maybe i've not set properly.

add below lines eclipse.ini file:

--launcher.gtk_version 2 

before line:

--launcher.appendvmargs 

Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -