The NetBeans project is supported by a vibrant developer community and offers extensive documentation and training resources as well as a diverse selection of third-party plugins.
A free, open-source Integrated Development Environment for software developers. All the tools needed to create professional desktop, enterprise, web, and mobile applications with the Java platform, as well as with C/C++, PHP, JavaScript and Groovy.
NetBeans IDE 7.0 introduces language support for development to the Java SE 7 specification with the JDK 7 language features, support for GlassFish 3.1, Oracle WebLogic, Oracle Databse, Maven 3, HTML 5 and more"
Features Of Netbeans IDE 7.0
- Java Desktop Applications
Create professional standards-based user interface with the NetBeans Swing GUI Builder. Save years of work by building Java Swing desktop applications with the NetBeans Platform framework.
- Java Enterprise and Web Applications
Build web applications using CSS, JavaScript, and JSP: Support for frameworks includes JSF (Facelets), Struts, Spring, Hibernate, and a full set of tools for Java EE 6, CDI, GlassFish 3, EJB, and web services development.
- Dynamic Languages
Benefit from one combined tool that supports PHP (Zend and Symfony), CSS, Groovy and Grails, and JavaScript.
- C and C++ Development
Edit, profile, and debug C/C++ applications, and make the most of multiple project configurations, remote development, and packaging.
- Visual Mobile Development
Create, test and debug applications that run on mobile phones, set-top boxes, and PDAs using JavaFX Mobile and the Java ME SDK 3.0 Platform.
Installing NetBeans IDE 7.X.X
Java 6 or above is required for installing and running the PHP and C/C++ NetBeans Bundles and also JDK 6 or above is required for installing and running the Java SE, Java EE and All NetBeans Bundles.
So the first thing you have to do is to download Java 7 and JDK 7 and install in your computer. You can do that by typing this in your terminal.
sudo apt-get install openjdk-7-jdk openjdk-7-jre
If you want to know more about OpenJDK visit their official site using this link.
After successfully installing Java 7 and JDK 7, you have to download NetBeans.
The latest stable release is NetBeans IDE 7.0.1, that you can download from this link.
If not you can also go for the beta release NetBeans IDE 7.1, download link.
After downloading Netbeans IDE, right click on the downloaded file and go to "Properties".
There go to the "Permissions" tab. Tick on the "Execute". Then run it in a terminal. Follow
the guidance supplied by the installation wizard. Finish and exit the installation wizard
when NetBeans IDE is successfully installed.
*If you haven't installed Java 7 and JDK 7, you won't be able to continue the setup.
Happy programming fellas!
Reference - Netbeans


0 comments:
Post a Comment