Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to get this Java.exe file for a SQL Developer installation

I just installed Oracle 11g, and tried to start Oracle SQL developer so as to start writing queries.

It is asking me:

Enter the full pathname for the java.exe file . 

Where do I find this? I did a global search for java.exe and am sure did not get some Oracle related pdf files. Also my Oracle is installed out of users/vas.

like image 416
vas Avatar asked Apr 19 '10 03:04

vas


People also ask

What is the path of java exe?

The java.exe Executables One copy is in the bin directory of the Java RE. The second copy is placed in either C:\windows\system or C:\winnt\system32 , depending on the system.

What java do I need for SQL Developer?

SQL Developer requires that JDK 7 or later be installed on the system, and Oracle recommends that you install the latest available JDK version.

What is JDK in SQL Developer?

This archive includes both SQL Developer and an embedded copy of the Java 11 Development Kit (JDK). Simply extract the zip to a fresh directory and run the sqldeveloper.exe in the top directory. The EXE is configured to run the embedded JDK by default. Note: the Windows EXE requires a MSVCR100.dll to run.


1 Answers

I found my java.exe that worked for SQL Developer at C:\ORACLE11G\product\11.2.0\client_1\jdk\bin where C:\ORACLE11G is my Oracle Home. The client that I have installed is 11.2.0.

Hope this helps.

like image 175
Moiz Tankiwala Avatar answered Oct 06 '22 01:10

Moiz Tankiwala