JAVA Installation
JAVA Let's Start
1] Installation For Ubuntu
To check in your PC java is installed or not use this Command.
java -version
If it is installed it will show the version.
If it is not installed use below's command
$ sudo apt install default-jre
$ sudo apt install default-jdk
2] Installation For Windows
Download Java from Oracle Official Site Click Here
Previous Page Next Page1] Installation For Ubuntu
To check in your PC java is installed or not use this Command.
java -version
If it is installed it will show the version.
If it is not installed use below's command
$ sudo apt install default-jre
$ sudo apt install default-jdk
2] Installation For Windows
Download Java from Oracle Official Site Click Here
0 Comments