简体   繁体   English

打开oracle-sqldeveloper时出错

[英]Error while opening oracle-sqldeveloper

When i open oracle-sqldeveloper for it is asking for full pathname for java.exe. 当我为其打开oracle-sqldeveloper时,它要求java.exe的完整路径名。 I have installed a java and added the path like this 我已经安装了一个Java并添加了这样的路径

C:\\Program Files\\Java\\jre1.8.0_45\\bin C:\\ Program Files \\ Java \\ jre1.8.0_45 \\ bin

But after adding the path i am getting the following. 但是在添加路径后,我得到以下信息。

在此处输入图片说明

When i open oracle-sqldeveloper for it is asking for full pathname for java.exe. 当我为其打开oracle-sqldeveloper时,它要求java.exe的完整路径名。

This is an issue with the missing JDK. 这是缺少JDK的问题。 SQL Developer cannot run only with JRE , it needs JDK for the debugger to work, something related to Java Debug Wire Protocol . SQL Developer不能仅使用JRE运行 ,它需要JDK才能使调试器正常工作,这与Java Debug Wire Protocol有关

I think from SQL Developer version 4 onwards, the JDK is embedded with the installation software. 我认为从SQL Developer版本4开始, JDK嵌入了安装软件。 So, if you have downloaded the version 4 or up, you should be able to run it without additional installation of JDK, if prompted then provide the path to the embedded jdk. 因此,如果您下载了版本4或更高版本,则无需额外安装JDK就可以运行它,如果出现提示,则提供嵌入式jdk的路径。

Else, if your SQL Developer version is below 4, then you need to additionally download the jdk. 否则,如果您的SQL Developer版本低于4,则需要另外下载jdk。 See this download link . 请参阅此下载链接

The SQL Developer configuration file would be present at: SQL Developer配置文件将位于:

$ORACLE_HOME/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM