Netbeans IDE
Requirements
1. Install OpenJDK
we use OpenJDK because it's very stable and is the default VM on many GNU/Linux distrosfor Centos (RPM based)
$>su Enter password: >yum install java-1.7.0-openjdk-devel
for Ubuntu (DPKG based)
#repo for openJdk : https://launchpad.net/~openjdk/+archive/ppa >sudo apt-add-repository ppa:openjdk/ppa >sudo apt-get update >sudo apt-get upgrade
2. Install Netbeans IDE
go to and choose the version choisir la distribution que vous voulez go to download Netbeans and choose the version compatible with your systemafter downloading the file open your terminal and add the execute permission for it. netbeans-7.0-ml-javase-linux.sh
sudo chmod +x netbeans-linux.sh #run the installer ./netbeans.shif you find any problems in installation of Netbeans in Linux, leave me a comment and I'll try to find the solution.
0 comments:
Post a Comment