Ubuntu 16 LTS - Eclipse window preferences not working properly

前端 未结 3 1712
情话喂你
情话喂你 2021-02-14 23:26

I\'ve just installed Ubuntu 16.04 LTS. I downloaded a fresh Eclipse on March 2 for Linux 64-bit.

I am using the latest Oracle hotspot JDK 1.8 update 91 release.

相关标签:
3条回答
  • 2021-02-15 00:05

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

    --launcher.GTK_version 2

    before the line:

    --launcher.appendVmargs

    0 讨论(0)
  • 2021-02-15 00:21

    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.

    0 讨论(0)
  • 2021-02-15 00:29

    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.

    0 讨论(0)
提交回复
热议问题