Java Development on Ubuntu
by Amit
I just set up a complete Java development environment on Ubuntu 6.06 with JDK 1.5 and Netbeans 5.0
Steps
- Obtain the JDK 1.5 binary from here and install it
- Create a new environment variable JAVA_HOME which contains the directory where JDK 1.5 is installed
- Install Netbeans
Netbeans 5.0 in full glory on Ubuntu