Complete Java masterclass for beginners -02 (Setup)
Installing JDK
Now we have to install JDK. GO
to this Link and
download and install your required JDK.
Setup your IDE
First
we have to choose our IDE for our programming. There are some good IDE’s for
JAVA. Such as:
ü Netbeans
ü IntelliJ IDEA etc.
We are preferring
IntelliJ Idea for our work. Go to this Link and
download and install the community edition for free.
Setup
IDEA
At first we will open our newly installed IDEA.
Then we have to look at the bottom of the front page. Click on configure and go
to project defaults. Then go to project and look at SDK. You should see there
is no SDK is configured. Now click on new and locate the JDK folder you
recently installed. You might find it at C:\Program Files. Now select the
folder and your setup is completed.
Comments
Post a Comment