简体   繁体   中英

java path of sqldeveloper in ubuntu 14.04

i have installed oracle-sqldeveloper on Ubuntu 14.04, but I gave the wrong java path during the installation (there 2 java on my PC), and oracle-sqldeveloper does not work because of java version. I uninstalled oracle-sqldeveloper, and I reinstalled again, but at this time it did not require the path, it use previous one. now, I want to change java path of installed oracle-sqldeveloper, help me

Check you file

sqldeveloper_folder\sqldeveloper\bin\sqldeveloper.conf

Inside you can see

SetJavaHome ../../jdk

Point in to whatever jdk you intent to use.

you can check out my post here on how to install Oracle SQL Developer on Ubuntu.

As for your question, u can try to uninstall your sqldeveloper and then delete your $HOME/.sqldeveloper directory and reinstall it, it will ask you for JDK path again

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM