Since 1996, I begin to use Java 1.0 to develop programs, on Windows and then Linux.
Now I’m using Java 1.5 and IDEA 5.0 for most of my Java development.
I also use Netbeans5.5, as I use Forte 1.0 since 1997, and Netbeans is still my favorite IDE for Java.
Install Sun JDK 1.6 through Automagix2, and then you can install Sun JDK 1.5 with this command:
aptitude install sun-java5-jdk
IDEA 5.0 need JDK 1.5 to run, it’s not supporting JDK 1.6.
After installed JDK1.5 and JDK1.6, it’s time to install some Java tools and IDE
- Squirrel SQL client:
- install: java -jar squirrel-sql-2.5-install.jar
- configure the JDBC drivers for MSSQL, add jtds-1.2.jar
- for MySQL, add mysql-connector-java.jar
- NetBeans 5.5
- just download and install
- copy C:\Documents and Settings\username\.netbeans\5.5 to /home/username/.netbeans/5.5
- Start netbeans
- IDEA
- unzip to a dir, like /opt/idea
- change the file /opt/idea/bin/idea.sh
IDEA_JDK=/usr/lib/jvm/java-1.5.0-sun
- then run ./idea.sh
- I also installed the following software for my Java development works
- iReport: design report from sql commands
- Kettle: ETL works
- finally, I also installed eclipse, which is becoming popular recently, but I seldom use it. I heard about it’s very good on Java development, but I still like Netbeans and IDEA.