- 1
How to install java
2 Réponses
+ 2
Go to oracle and download jre follow along with installation add it to your paths in Environment Variables under the name "JAVA_HOME"
To test it, do these commands in cmd
Java -version
Javac -version
If you got correct results, your good to go
+ 2
What you first need to learn is "How to use google"