Oracle SQL Developer unable to find Java Virtual Machine

前端之家收集整理的这篇文章主要介绍了Oracle SQL Developer unable to find Java Virtual Machine前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。



The Oracle sql developer is NOT supported on 64 bits JDK. To solve it,install a 32 bits / x86 JDK and update your sql developer config file,so that it points to the 32 bits JDK.

Edit the “sqldeveloper.conf“,which can be found under “{ORACLE_HOME}\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf“,make sure “SetJavaHome” is pointing to your 32 bits JDK.

For example,“SetJavaHome C:\Program Files (x86) \Java\jdk1.6.0_13“.


原文链接:https://www.f2er.com/oracle/212792.html

猜你在找的Oracle相关文章