SET AS HOME PAGE

ADD TO FAVORITES / BOOKMARK THIS WEBSITE (More Details)

Introduction

Servlet

Jsp

Security

Enterprise Beans

Contact Us


Steps and Procedure to Install Java (JDK 5.0) with Netbeans

 Introduction

The Java programming language is a high-level language that can be characterized by all the following:
  • Simple
  • Object oriented
  • Distributed
  • Multithreaded
  • Dynamic
  • Architecture neutral
  • Portable
  • High performance
  • Robust
  • Secure
In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine. The java launcher tool then runs your application with an instance of the Java Virtual Machine.


 Steps to install Java (JDK 5.0)

  1. First download the free JDK 5.0 from the sun's website java.sun.com/j2ee/1.4/download.html
  2. The downloded file is jdk-1_5_0_06-windows-i586-p.exe
  3. Now double-click the jdk-1_5_0_06-windows-i586-p.exe file to install the Java 2 Platform Standard Edition (J2SE) Development Kit 5.0
  4. Now click the Next button
  5. Now select the option I accept the terms in the license agreement and then click the Next button
  6. Now by default it will select the folders C:\Program Files\netbeans-4.1 to install the NetBeans and C:\Program Files\Java\jdk1.5.0_05 to install the J2SDK. If you need you can change the folder to insatall the NetBeans and the J2SDK you can change by clicking the Browse button. Now click the Next button
  7. Now click the Next button and the installation will begin

  8. Now click the Finish button


 Click for Next Topic
<- PREVIOUSNEXT ->