Mav*_*ven 11 java oracle oracle11g oracle-sqldeveloper
安装Oracle 11g客户端后,当我试图运行SQL Developer它时,我要求给它java.exe路径.因为我不知道我给它错误的程序文件java安装路径.
我后来发现我应该已经给了java.exeoracle文件夹里面的路径.
现在每次运行它都不会问我java.exe路径,但显示下一个错误:Unable to find Java Virtual Machine.
我想要纠正这个问题我需要在oracle文件夹中给它提供Java路径,但是如何更改我已经给出的路径?
Gee*_*eek 21
我遇到了类似的问题,我通过以下步骤修复它:
第1步:转到安装SQL Developer的位置.
step2:进入sqldeveloper文件夹(在SQL开发人员安装文件夹中)> 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:
Run Code Online (Sandbox Code Playgroud)
使用此链接进一步参考.