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.

  1. Java Standard Edition (SE) Developer's Kit (JDK)
  2. 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.


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

Comments

Popular posts from this blog

Working with Buttons in Android Studio

MongoDB Connections in MEAN Stack