Oracle SQL Developer Problem initializing Welcome Page

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

    I know this is a Linux thread, but I had the same issue on windows.

    bmaupin pointed to the right correction.

    My setup is that I use OpenJDK and have that set as JAVA_PATH. But if you download the correct version of Oracle SQL Developer, it brings its own Java SDK. All that needs to be done, is point to it.

    1. Search for: C:\Users\Name\AppData\Roaming\sqldeveloper\19.4.0\product.conf
    2. Edit that file: Change the path to the JDK coming with SQL Developer:

    _

    # SetJavaHome C:\Program Files\OpenJDK8
    SetJavaHome C:\Program Files\sqldeveloper\jdk
    

    Done.

提交回复
热议问题