Java Install | How to Run Java Programs ?

JAVA INSTALL


To run java programs on your computer you need to set up an environment that will let you to compile java programs.

For this you will need 

1. Code Editor

2. JDK (Java Development Kit)

Here are the steps you need to follow to install java in your PC (Windows Computer ) 

1. Download JDK

Follow this link to https://www.oracle.com/java/technologies/downloads/

and download a the JDK











select on of the installer. I prefer x64 Installer. Download it and install it. 


Now go to the 'command prompt' in your pc and type 'java -version'. If there you see version code like "1.7.0..." 



This means that java is installed on your pc. Now your are ready to write code in java.

Here comes 

step 2. Download a Code editors for Java 

There are a number of code editors available for java Some of the most famous code editors are like Eclipse, Visual Studio Code,  etc.

List of Best Code Editors for Java

These code editors help us to write easily and fastly. You can also write code in textpad but it gets very easy when you have to manage a lot of code.

You can download the code editors by just searching their name on google and going into the download section.


Post a Comment

0 Comments