Search code examples
oracleubuntuoracle-sqldeveloper

Oracle SQL Developer Problem initializing Welcome Page


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

Problem Initializing JavaFx runtime

How can I solve this problem?


Solution

  • 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.