Oracle SQL Developer unable to find Java Virtual Machine
02:51Problem
Here’s my PC environment :When I 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...."
Solution
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“.
0 comments