Oracle SQL Developer Problem initializing Welcome Page

后端 未结 8 2005
误落风尘
误落风尘 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
    2021-02-13 05:51

    Summary of a solution for Mac OS (Catalina) and SQL Developer 19.4:

    1. Check installed java versions on Mac: ls /Library/Java/JavaVirtualMachines/
    2. Ensure you have 8 or 11 java version installed, must be official java from Oracle - openjdk doesn't include JavaFX
    3. Check the correct path for e.g. version 11, run this command in terminal: /usr/libexec/java_home -F -v 11
    4. Copy the path, e.g. /Library/Java/JavaVirtualMachines/jdk11.0.6.jdk/Contents/Home
    5. Edit in user home dir the file ~/.sqldeveloper/19.4.0/product.conf : SetJavaHome /Library/Java/JavaVirtualMachines/jdk-11.0.6.jdk/Contents/Home

    This worked for me.

提交回复
热议问题