Introduction
23 March 2007NetBeans IDE was started as a student project in the
The main features of NetBeans IDE are its easy support for developing Web and Enterprise Application in a very quick way. It has almost all the tools software developers need to create cross-platform Java desktop, Enterprise and Web applications. IDE Runs on Windows, Linux, MacOS, as well as Solaris. It is open-source and free.
NetBeans is not only a Java development environment. NetBeans holds a lot of features like profiler, mobility pack,c/c++ development pack etc.
By now you’re probably wondering where you can get a copy of NetBeans for your platform and what you have to do to install it. There are two major steps to get your NetBeans IDE running on your system.
1. The first thing you need to do is make sure you have an appropriate Java runtime available. You can download it from http://java.sun.com/javase/downloads.
2. Once you have a Java VM. Visit the NetBeans downloads page (http://www.netbeans.info/downloads/index.php) and grab the latest release build for your platform. All builds are delivered as exe files for different platforms and languages.
In this blog we will discuss various important features of NetBeans and its features to develop various applications that will make developer’s life easier
Related Posts:
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Introduction
Hi, nice blog, but one correction - NetBeans started as project Xelfi much earlier at Czech university in Prague (I think it was in year 1996). NetBeans as a company was acquired by Sun in 1999 and opensourced in year 2000. Also, you mention Eclipse in this post instead of NetBeans (”There are two major steps to get your eclipse IDE running on your system”)