How to specify Java Home/JDK in Oracle SQL Developer?

10,412

It depends on on your operating system.

Windows:

User, AppData, Roaming Profiles, sqldeveloper, VERSION, product.conf

enter image description here

Note for the Version value: if you're on version 4.0, you'll see 1.0 as the top level directory. After that you should see things like 17.3 or 18.2.

Linux & OS X

$home/.sqldeveloper, product.conf

Open file, update your Java Home.

enter image description here

Make sure you're pointing to an Oracle Java JDK - we don't support OpenJDK today.

Latest version of SQL Developer expects a Java 8 JDK.

Version 19.2 or higher will also work with 11 or Oracle JDK 12.

Share:
10,412

Related videos on Youtube

Mohammad Sharfuddin
Author by

Mohammad Sharfuddin

Updated on July 20, 2022

Comments

  • Mohammad Sharfuddin
    Mohammad Sharfuddin almost 2 years

    With reference to the above-mentioned title, the path has been given at the time of opening SQL Developer for the first time. Now I need to change the path.

    Can anyone help me or guide me to do this?

  • thatjeffsmith
    thatjeffsmith almost 6 years
    you're very welcome @MohammadSharfuddin - upvotes are always welcome too :)

Related