Oracle SQL Developer Problem initializing Welcome Page

后端 未结 8 1959
误落风尘
误落风尘 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:52

    The message indicates your Java Home needs the JavaFX engine/feature/jars for this page to work.

    We have several pages that use Java FX to render visualizations - the Welcome Page, Instance Viewer, and Real Time SQL Monitoring are the big ones.

    Make sure you have running Oracle Java 8 JDK. I'm guessing you're running Open JDK - which we technically don't support, but it probably will work.

    Note: as an Oracle product requiring Java, you are allowed to use the Oracle JDK (v8 today or v11 when we introduce support later this Summer) at no additional cost.

    Or go get the jar(s) and add them to your Java Home.

提交回复
热议问题