Spring Tool Suite Oracle Linux 7 - JDK Setup
-
4. Installing Java JDK
How to Install Required Oracle Java JDK on CentOS
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