How to change settings for SQL Developer to correctly recognize current version of SDK

后端 未结 12 2163
天命终不由人
天命终不由人 2020-12-11 14:54

I\'ve installed Oracle 11g r2 to my machine and when I opened Oracle SQL Developer it says: java 1.6.0_02 is not supported and telling me to install new java ve

12条回答
  •  孤城傲影
    2020-12-11 15:37

    If you are using SQL developer > 4.x you can find this setting at this location on windows:

    \AppData\Roaming\sqldeveloper\\product.conf
    

    and change SetJavaHome to your JDK path. You can get the user home path on the command prompt using %homepath%.

提交回复
热议问题