The full pathname of a JDK installation for Oracle SQL Developer

后端 未结 10 1653
你的背包
你的背包 2021-02-02 11:00

I want to run Oracle SQL Devloper on Ubuntu with this command:

sh sqldeveloper/sqldeveloper.sh

Then I got this message:

10条回答
  •  广开言路
    2021-02-02 11:57

    For me it was similar error. I solved it simply by inserting

    SetJavaHome /usr/lib/jvm/java-7-openjdk-amd64/
    

    into ~/.sqldeveloper/4.0.0/product.conf file.

提交回复
热议问题