The full pathname of a JDK installation for Oracle SQL Developer

后端 未结 10 1627
你的背包
你的背包 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:49

    I Agree with szabozoltan's answer but there should be some explanation required for this:

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

    This one we need to keep in product.conf file. Inorder to open that file we need to type following command:

    sudo gedit /home/abc/.sqldeveloper/4.0.0/product.conf
    

    After this, type the following command.

    ./sqldeveloper.sh
    

    That's it, your SQL Developer will be opened.

提交回复
热议问题