[RSS]

Introduction

This is a guide to get you started with Netbeans 6 M10 on Debian 4.0 "Etch"

Installing JDK

Before you install the Netbeans 6 M10 IDE, the Java SE Development Kit (JDK) 5.0 Update 11 (version 1.5.0_11) or newer must be installed on your system. If you do not have an installation of JDK 5.0 Update 11 or newer, you cannot proceed with the installation. Here, I shall use the JDK version 6 update 2 (jdk6u2) for Linux (i586) available for download here. Please make sure you download the self-extracting binary installer and NOT the RPM package as we are using a Debian system.

Now, run the binary installer on your system and follow the on-screen instructions to install JDK

amit@etch-desktop:~$ ./jdk-6u2-linux-i586.bin
Sun Microsystems, Inc. Binary Code License Agreement

for the JAVA SE DEVELOPMENT KIT (JDK), VERSION 6
..
...

Assume that the JDK is installed in the directory /home/amit/jdk1.6.0_02

Installing Netbeans IDE 6 M10

Netbeans 6 Milestone 10 implements many of the new features of NetBeans 6.0 and is available for download here

The following installers are available:

  • Basic. Contains tools for programming in the Java language including Profiler and the Matisse drag-and-drop UI design tool.
  • Standard. Provides tools for developing Java SE and Java EE applications and includes the Mobility pack for creating applications for mobile devices. This download option includes the GlassFish v2 application server software, which is a Java EE 5 platform-compatible server for the development and deployment of Java EE applications and Java technology-based web services. The Standard installer allows you to customize your installation by selecting the tools and runtimes you want to install.
  • Full. Extends the functionality included in the Standard download with the tools for Service Oriented Architecture development, constructing Unified Modeling Language diagrams, and programming in the Ruby language. The Full installer allows you to customize your installation by selecting the tools and runtimes you want to install.

I shall demonstrate the installation using the FULL installer. For more installation options and customizations, you are referred to this link. After you have downloaded the installer start the installion process:

etch-desktop:/home/amit# ./netbeans-6.0m10-full-linux.sh --javahome /home/amit/jdk1.6.0_02/
Configuring installer...
Search JVM on the system...
Extracting installation data...
Running installer wizard...
  • This starts the installer

Netbeans Installation

  • Agree to the Licence

Netbeans Licence

  • The Installation process

Installation

Starting Netbeans IDE

A shortcut is placed on your desktop which can be used to launch the IDE

Starting..

  • Open Project

Open Project

  • About

End Notes

Thus, we have seen how to succesfully set up a complete Java development environment on Debian "etch".

Comments/ Suggestions awaited! Amit Kumar Saha

Attachments

Screenshot-1.png Info on Screenshot-1.png 28982 bytes
Screenshot-4.png Info on Screenshot-4.png 112090 bytes
Screenshot-6.png Info on Screenshot-6.png 147681 bytes
Screenshot.png Info on Screenshot.png 91734 bytes
Screenshot2.png Info on Screenshot2.png 37781 bytes
Screenshot3.png Info on Screenshot3.png 19084 bytes
Screenshot4.png Info on Screenshot4.png 16481 bytes