Hello everyone, this is a guide to install openjdk (Java Development Kit for Open Source) on your linux-based Operating System.
Following are instructions that you need to follow:
1. open up a terminal (you may use ctrl + alt + t)
2. write the following command:
sudo apt-get install openjdk-7-jdk
3. give your password (it will not be displayed on the screen)
4. Say yes to download the installation file
5. That's all you need. Enjoy coding with java
Following are instructions that you need to follow:
1. open up a terminal (you may use ctrl + alt + t)
2. write the following command:
sudo apt-get install openjdk-7-jdk
3. give your password (it will not be displayed on the screen)
4. Say yes to download the installation file
5. That's all you need. Enjoy coding with java
No comments:
Post a Comment