Oracle SQL Developer with alternative JDK? (Except oracle jdk) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Oracle SQL Developer with alternative JDK? (Except oracle jdk)

Does anyone know if it’s possible to use Oracle SQL Developer with an alternative JDK? E.g. Eclipse Temurin JDK with hotspot, OpenJDK, Azul zulu jdk, AdoptOpenJDK JDK or JRE. For SQL Developer version: 20.2.0.175.1842

3rd Feb 2022, 5:51 AM
Ajith
Ajith - avatar
4 Answers
+ 1
Check the description on the download page. https://www.oracle.com/tools/downloads/sqldev-downloads.html You can download Oracle SQL Developer with JDK included, or without. If you download without, you need to separately install the JDK. Officially supported versions are Oracle JDK 8 and 11, but I think it should also work with other implementations. Certainly worth a try. As per instructions, you must provide the Java path in SQL developer options.
3rd Feb 2022, 2:40 PM
Tibor Santa
Tibor Santa - avatar
+ 2
Tibor Santa Thank you for your information. Since i don't have permission to download it from oracle official website, I will try with other implementations.😊
3rd Feb 2022, 3:05 PM
Ajith
Ajith - avatar
+ 2
This is s very interesting question. For sure, there are alternatives to Oracle Java as Liberica JDK https://bell-sw.com/pages/downloads/ or Azul Zulu https://www.azul.com/downloads/?package=jdk, which are free and supported by reliable vendors. However, if you are using Oracle product anyway, which requires Java and you will use it for development purposes, which is not restricting to use Oracle Java 8 or 11. So I am inquisitive; what is the driver for the move to OpenJDK binary from Oracle Java in that case?
4th Feb 2022, 10:49 AM
Alexander Belokrylov
Alexander Belokrylov - avatar