安装Oracle 11g客户端后,当我尝试运行SQL Developer时,系统要求我提供java.exe路径。因为我不知道,我给了它错误的路径到程序文件java安装。
后来我发现我应该给出oracle文件夹中java.exe的路径。
现在我每次运行它都不会要求我输入java.exe路径,而是显示下一个错误:Unable to find Java Virtual Machine。
我想要纠正这个问题,我需要在oracle文件夹中给出它的Java路径,但是如何改变我已经给出的路径呢?
发布于 2014-06-03 15:59:27
我遇到了类似的问题,我通过以下步骤修复了它:
step1:转到安装SQL Developer的位置。
step2:进入sqldeveloper文件夹(在SQL developer安装文件夹中) >bin
step3:只需编辑sqldeveloper.conf即可。
You will see line called “SetJavaHome”, that’s where we need to fix.
Remove that line, then try starting the SQL Developer again:使用此link以供进一步参考。
https://stackoverflow.com/questions/24008395
复制相似问题