JBoss Forge Ubuntu 18.10 - JDK Setup
[ad_slider autoplay=”true” interval=”8″ count=”5″]
-
How to Install Required Oracle Java JDK on Ubuntu
Oracle JDK Installation for Ubuntu[ad_slider autoplay=”true” interval=”8″ count=”5″]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.
[ad_slider autoplay=”true” interval=”8″ count=”5″]
Contents