"A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects." (Robert A. Heinlein)

Home » Archives » 23. February 2009

EEEBuntu: Restoring the Java development environment

Monday, February 23rd, 2009

  After installing the operating system the second step in building up my EEEBuntu netbook is preparing a Java development environment by installing Java JDK, Netbeans and Apache Tomcat.

Java JDK installation:

EEEbuntu comes with  OpenJDK already installed, but I prefer having also Sun JDK installed. Java developer kit installation is done by terminal using apt-get command:

sudo apt-get install sun-java6-jdk

then Sun jdk is selected as default jdk by typing the command:

sudo update-java-alternatives –set java-6-sun

(more…)

Posted by musante at 4:10:00 | permalink | Comments Off