Netbeans IDE

  • Written in : Java
  • Developer(s) : Oracle(after buying the Java platform)
  • Licence : CDDL and the GPL version 2
  • programming language supported : Java(SE,EE,ME), PHP, C, C++, JS, Python; with possibility to add other languages ​​by plugins.
  • Is a generic framework for Swing applications. some NetBeans-based applications

    Requirements

  • Java Development Kit (JDK)
  • 1. Install OpenJDK
    we use OpenJDK because it's very stable and is the default VM on many GNU/Linux distros
  • for Centos (RPM based)
  • run the Terminal and write :
    $>su
    Enter password:
    >yum install java-1.7.0-openjdk-devel
    

  • for Ubuntu (DPKG based)
  • for Ubuntu Openjdk is already installed, but if you want to install a newer version of Netbeans, you must update OpenJdk version
    #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 system
    after 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.sh
    
    if 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

     
    Top