Java Part 2 :How to Install Java
This article will show you how to set up the java environment in your computer. For this you will have to install below set of software.
- Java Standard Edition (SE) Developer's Kit (JDK)
- Netbeans Integrated Development Environment (IDE)
Install Java Standard Edition (SE) Developer's Kit (JDK)
Installation can be done from the following link.
Once you click the link you will get window given below.
From this window you can download the software according to your operating system. But in here make sure to accept the license agreement before you start downloading the software.
https://netbeans.org/downloads/
But for the easy installation, you can download and install Java JDK and Netbeans from the following link at once.
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Netbeans Integrated Development Kit
Netbeans integrated development kit can be downloaded using the following link.https://netbeans.org/downloads/
But for the easy installation, you can download and install Java JDK and Netbeans from the following link at once.
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Now continue the installation process by following the steps.
Previous : Introduction to Java Programming Language Up Next : Creating a New Project in Java
Previous : Introduction to Java Programming Language Up Next : Creating a New Project in Java
Comments
Post a Comment