您的位置:首页 > 数据库 > Oracle

Oracle SQL Developer Unable To Find Java Virtual Machine

2012-10-22 11:46 411 查看


转自:http://www.mkyong.com/oracle/oracle-sql-developer-unable-to-find-java-virtual-machine/


Problem

Here’s my PC environment :
Database : Oracle 11g
OS Platform : Windows 7 Ultimate 64 bits
JDK : 1.6 .0_24, 64 bits

While click on the Oracle SQL developer, it prompts me to key in the JDK folder. However, after i specified the JDK folder, it prompts me following error dialog box :

Unable to find Java Virtual Machine. To point to a location of a Java Virtual Machine....


see figure below :




Solution

Oracle SQL developer is NOT support 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.

Fix it!

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

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

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐