Installing OpenJDK 11
OpenJDK 11 - Tutorials
Last updated
Was this helpful?
OpenJDK 11 - Tutorials
Last updated
Was this helpful?
First of all. Login to your VPS using PuTTY.
root@petrosky:~# apt-get update && apt-get upgrade -y
root@petrosky:~# apt install git build-essential
root@petrosky:~# apt install openjdk-11-jre
root@petrosky:~# apt install openjdk-11-jre-headless
After that. We are done! We can check for our Java Version by using: java -version command on our terminal!