
netbeans
Currently the most popular programming with java programming language. Where all applications can be made could be used in a variety of platforms, whether it be a desktop application, web, and mobile.
Java programming course can be done also from the Linux Operating System. Linux that I use is Ubuntu 10.04 LTS. To make programming with java from linux itself requires an editor to write source code.
Many editors java in Linux, but the most widely used by developers today is Netbeans. Netbeans is a complete java editor and of course free or free from Oracle. Also necessary to install Netbeans JDK (Java Development Kit) that must be installed first.
To download the JDK and Netbeans for Linux can be obtained at the following link: http://www.oracle.com/technetwork/java/javase/downloads/index.html, To be able to download it we must first have an account on oracle, making free accounts .
The first time is the JDK should be installed its first, following JDK installation process in Ubuntu:
Twitteling:~/temp/netbeans$ ./jdk-6u22-linux-i586.bin
Unpacking…
Checksumming…
Extracting…
UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
creating: jdk1.6.0_22/
creating: jdk1.6.0_22/jre/
creating: jdk1.6.0_22/jre/bin/
inflating: jdk1.6.0_22/jre/bin/java
inflating: jdk1.6.0_22/jre/bin/keytool
inflating: jdk1.6.0_22/jre/bin/policytool
– cut –
Creating jdk1.6.0_22/jre/lib/plugin.jar
Creating jdk1.6.0_22/jre/lib/javaws.jar
Creating jdk1.6.0_22/jre/lib/deploy.jar
Java(TM) SE Development Kit 6 successfully installed.
Product Registration is FREE and includes many benefits:
Product and system data will be collected. If your configuration
supports a browser, the Sun Product Registration form for
the JDK will be presented. If you do not register, none of
this information will be saved. You may also register your
JDK later by opening the register.html file (located in
the JDK installation directory) in a browser.
For more information on what data Registration collects and
how it is managed and used, see:
http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html
Press Enter to continue…..
Done.
Once completed the installation of JDK, then proceed to install Netbeans, the following example:
Twitteling:~/temp/netbeans$ ./netbeans-6.9.1-ml-linux.sh
Configuring the installer…
Searching for JVM on the system…
Extracting installation data…
Running the installer wizard…

netbeans
Then select the components that will be installed, if I select the default course

netbeans

netbeans
Wait until finish the installation process Netbeans

netbeans
Here’s the view after a successful install Netbeans:

netbeans

netbeans
Now you just write a Java program that will be made ..
. yes, based on my experience in using Netbeans for java programming generally requires significant RAM resources. I recommend at least 1GB for a simple Java program.