Oracle Sql Developer Mint 19.x Tara/Tessa/Tina/Tricia - Java Setup
-
How to Install Required Oracle-Sun JDK 8+ on Linux Mint
To check your current JDK version:
javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'
If it’s the official Oracle JDK, the output will include:
java.vendor = Oracle Corporation
.
Contents