Problem scenario
You are using Debian or Ubuntu Linux. You want to compile Java programs. What do you do?
Solution
Run these commands:
sudo apt-get -y update
sudo apt-get -y install default-jdk
A Technical I.T./DevOps Blog
Problem scenario
You are using Debian or Ubuntu Linux. You want to compile Java programs. What do you do?
Solution
Run these commands:
sudo apt-get -y update
sudo apt-get -y install default-jdk