Ubuntu 16 LTS - Eclipse window preferences not working properly

馋奶兔 提交于 2019-12-03 12:39:06
99Sono

The issue is the updated GTK version.

The following post solves the problem: https://askubuntu.com/questions/761604/eclipse-not-working-in-16-04

Setting the following into eclipse.ini

--launcher.GTK_version
2

As explained in the ubuntu Q&A.

put the 2 lines in italics below into eclipse.ini:

--launcher.GTK_version 2

before the line:

--launcher.appendVmargs

I had problem starting Eclipse using left side Launcher - got problems with preferences.

When I launch eclipse from its directory by double clicking "eclipse" or when using Terminal to launch eclipse, then it WORKS.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!