Oracle SQL Developer Problem initializing Welcome Page

后端 未结 8 1964
误落风尘
误落风尘 2021-02-13 05:14

I installed the Oracle Sql developer but I am not getting the startup page. A JavaFx error is encountered.

How can I solve this problem?

8条回答
  •  日久生厌
    2021-02-13 05:40

    If you're using OpenJDK there's no need to switch to Oracle JDK (or shoe-horn Oracle's Java FX jars into your OpenJDK installation as has been suggested above); Java FX is now part of OpenJDK but needs to be installed separately:

    sudo apt-get install openjfx
    

提交回复
热议问题