Oracle SQL Developer Problem initializing Welcome Page

后端 未结 8 1961
误落风尘
误落风尘 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-13 05:44

    Just FYI, seems the JDK installed with 18.4 XE does not include JavaFX.

    [oracle@localhost ~]$ which java
    /opt/oracle/product/18c/dbhomeXE/jdk/bin/java
    [oracle@localhost ~]$ java -version
    java version "1.8.0_171"
    Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
    Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)
    

    enter image description here

提交回复
热议问题