"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 » 08. June 2011

Netbeans 7.0 on the EEEPC 900

Wednesday, June 8th, 2011

As some of my readers may already know I use the EEEPC also as a highly portable development environment. Netbooks aren’t meant for heavy writing tasks like programming but having a handy development environment ready to experiment what you have just read on an e-book is a priceless feature for a programmer like me. (let me add that I doubt that e-readers or tablets will ever able to provide such feature). I so decided to upgrade Netbeans, Sun’s (now Oracle’s) development environment to the latest version (from 6.9 to 7.0).

 

Installation

 

Installing Netbeans is a quite simple task: I downloaded the self extracting script from Netbeans download page, made it executable:

chmod +x netbeans-7.0-ml-javase-linux.sh

and executed it as super user

sudo ./netbeans-7.0-ml-javase-linux.sh

Super user is only needed if you want install Netbeans in a path available to all users, you can execute the installation script normally and install Netbeans in your home folder.

As the installation application starts it welcomes you, as usual, with a couple of friendly license agreements

(more…)

Posted by musante at 19:45:00 | permalink | comments[2]