Sunday, August 24, 2014

NetBeans 8 Installation for Java (SE and EE)

---
NetBeans 8 Installation

STEPS

1) INSTALL JDK (IF YOU HAVEN’T GOT ANY).

You can download the latest version of Java from http://www.oracle.com/technetwork/java/javase/downloads/index.html 
1-1) Run the installer file.
e.g “jdk-7u25-windows-i586
1-2) Select optional features.
1-3) Wait for file copy process.
1-4) Specify Destination Folder.
1-5) Setup in progress.
1-6) Installation is done.
1-7) Check that you have installed correctly.
In the Command Window, type “java –version”.

2) INSTALL NETBEANS

You can download the latest version of NetBeans from https://netbeans.org/downloads/ 
2-1) Run the installer file.
e.g. “netbeans-8.0rc1-windows”
2-2) Accept the terms.
2-3) Accept JUnit Terms (JUnit is required for code testing purpose).
2-4) Specify target installation path for NetBeans IDE.
2-5) Specify target installation path for GlassFish (Web Server).
2-6) Confirm installation.
2-7) Wait for installation process (it may take a few minutes to complete).
2-8) Installation is done.

DOWNLOAD

Download the latest version of Java from http://www.oracle.com/technetwork/java/javase/downloads/index.html 
Download the latest version of NetBeans from https://netbeans.org/downloads/ 
---

---

No comments:

Post a Comment