AhMyth Ubuntu 18.04 - Java Setup
-
3. Installing Oracle Java JDK
How to Install Required Oracle JDK on Ubuntu
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