重启SQL Developer以应用更改: 关闭SQL Developer(如果它正在运行)。 从你修改配置的位置重新启动SQL Developer。 通过以上步骤,你应该能够解决SQL Developer启动时提示“enter the full pathname for java.exe”的问题。如果问题仍然存在,请确保java.exe的路径正确无误,并且SQL Developer有足够的权限访问该路径。
Oracle SQL Developer 提示: enter the full pathname for java.exe 这个java.exe是你的Oracle 11g安装目录中例如:【F:\app\chen\product\11.2.0\dbhome_1\jdk\jre\bin】下的java.exe 。不是你的电脑安装的java jdk下的java.exe! 注意第一次,使用SQL Developer时,会提示指定 java.exe的路径,这里千万别指定...
安装完Oracle之后,打开SQL Developer,弹出一个窗口:Enter the FullPathName for java.exe。 于是在所安装的oracle路径下查找java.exe文件,找到以下两个路径的java.exe: 第一个:D:\app\Administrator\product\11.2.0\dbhome_1\jdk\jre\bin\java.exe 第二个:D:\app\Administrator\product\11.2.0\dbhome_1\jdk...
使用Oracle SQL Developer 管理数据库对象首先要创建数据库连接。执行以下步骤:1. 打开Windows 资源管理器,双击 <your_path>\sqldeveloper\sqldeveloper.exe。 注意:您也可以在非 Windows 环境中执行 sqldeveloper。 2. 在Connections 选项卡中,右键单击 Connections 并选择 New Database Connection。 3. 在...
C:\Program Files\Oracle\11g\product\11.1.0\client_1\jdk\bin FROM:http://superuser.com/questions/379427/sql-developer-error-messages-enter-the-full-pathname-for-java-exe-and-cannot 1.
这个原因是因为sqldevelper这个软件需要java才可以运行,你可以在环境变量里把java文件夹下的bin文件放到path里。或者打开sqldeveloper的时候可以会有个窗口弹出来问你java装哪里了,你把那个地址告诉它就好了 试
你好,你的这个是因为你没有关联Java.exe的文件 ,也就是说你要找到你的JDK中的那个java.exe的文件关联一下
Oracle SQL Developer 2019-12-20 10:42 −Oracle SQL Developer中SQL语句格式化快捷键:1、选中需要格式化的sql;2、Ctrl + F7即可格式化。... annilyn 0 758 [backdoor] Enter the Matrix 2019-12-09 16:41 −这手法有点类似盲注了 进入程序首先输入choice 然后输入name 只有1,2,3才能退出while 正常的...
1)从网上下载Oracle SQL Developer x64,然后替换原目录:E:\app\zhongzh\product\11.2.0\dbhome_1\sqldeveloper。这样重新启动Oracle SQL Developer 并制定java.exe的路径就可以了。 2)安装JDK6 x86,也就是32位的JDK,虽然我们的系统是64位的,但是也兼容32位的JDK。
If you are asked to enter the full pathname for java.exe, clickBrowseand find java.exe. For example, the path might have a name similar toC:\Program Files\Java\jdk1.6.0_25\bin\java.exe. After SQL Developer starts, you can connect to any database by right-clicking the Connections node...