
NetBeans IDE is much more than a Java IDE: We designed NetBeans IDE as a modular developer tool for a wide range of development tasks. The base IDE includes an advanced multi-language editor, debugger and profiler integration, file versioning control, and unique developer collaboration features.

Use the Ctrl-i shortcut to do a context-sensitive search throughout the IDE, the help sets, and all open projects. You will find the search term not only in files, types or symbols, but also all related menu actions, option panels, and documentation.
Select the NetBeans IDE download that provides the features you need. You can either choose the download with all features and then configure the installation so that only the features you need actually get installed; or you choose one of the smaller downloads that has only a subset of the features.

You can always use the Plugins Manager from the Tools menu to add, remove, or update sets of features for Java SE, Java EE, Java ME, JavaFX, Ruby, Groovy, PHP, C/C++, UML, or SOA development, including a wide variety of other features from third-party providers.


The NetBeans IDE uses industry-standards build technologies, this means you can build and run your projects outside the IDE exactly the same as inside the IDE. Java projects use the non-proprietary Apache Ant 1.7.1 by default, and can be configured to use Maven; C and C++ projects use make, and Ruby projects use rake. You can import Eclipse and JBuilder projects. Imported Eclipse projects stay synchronized with their original when you modify them in Eclipse.
Set up properties and compilation dependencies between your projects, and use relative library paths to make projects sharable. The IDE builds executables and archive files in a number of formats, including JAR, WAR, NBM, Web Start, and Zip files ready for distribution.

You can create a free-form projects based on an existing build script and sources, or start projects from a template. The IDE comes with templates and sample projects for Java SE applications, mobile applications, web applications, enterprise applications, JavaFX applications, NetBeans plugins, Groovy, PHP, C and C++ applications, SOA applications, Ruby and Ruby on Rails applications.
The Services window gives you access to all your databases and web servers, as well as web services and enterprise JavaBeans (EJBs). You can start and stop servers, and drag and drop web services and EJBs into your projects.

The NetBeans Task List automatically scans your code and lists commented lines containing words such as "TODO" or "FIXME", and lines with compile errors, quick fixes, and style warnings. Connect to a bug database (e.g. Issuezilla, Bugzilla, java.net, Scarab) and list issue reports for your project right in the IDE. You can always import and export your task lists in standard iCalendar format.

The IDE's workspace is fully customizable: Customize the actions in the toolbar and drag and reposition tabs in the IDE window to suit your individual workflow.
Undock any editor tab by dragging and dropping it outside the IDE: It will turn into an independent window that you can move to a second screen. To reintegrate the tab into the IDE window, drag and drop it back.
Project groups allow you to define sets of related projects. This allows you to quickly open and close several grouped projects in one step.

Editor
Version Control and Developer Collaboration
DatabasesYou are viewing a mobilized version of this site...
View original page here