# NetBeans

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/NetBeans
> Markdown URL: https://mediated.wiki/source/NetBeans.md
> Source: https://en.wikipedia.org/wiki/NetBeans
> Source revision: 1356814331
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Integrated development environment software for software development

NetBeans IDE Screenshot Apache NetBeans 12.2 in Arch Linux Original author Roman Staněk Developers Apache Software Foundation Oracle Corporation Stable release 30[1] / 11 May 2026; 52 days ago (11 May 2026) Written in Java Operating system Windows, macOS, Linux, Solaris; feature-limited OS independent version available Platform Java SE, Java EE, JavaFX Available in 28 languages List of languages see § Localization Type IDE License Apache License 2.0 (previously CDDL or GPLv2 with classpath exception)[2] Website netbeans.apache.org Repository github.com/apache/netbeans

**NetBeans** is an [integrated development environment](/source/Integrated_development_environment) (IDE) for [Java](/source/Java_(programming_language)). NetBeans allows applications to be developed from a set of modular [software components](/source/Software_component) called *modules*. NetBeans runs on [Windows](/source/Microsoft_Windows), [macOS](/source/MacOS), [Linux](/source/Linux) and [Solaris](/source/Oracle_Solaris). In addition to Java development, it has extensions for other languages like [PHP](/source/PHP), [C](/source/C_(programming_language)), [C++](/source/C%2B%2B), [HTML5](/source/HTML5),[3] and [JavaScript](/source/JavaScript). Applications based on NetBeans, including the NetBeans IDE, can be extended by [third party developers](/source/Third_party_developer).[4]

## History

NetBeans began in 1996 as Xelfi (word play on *[Delphi](/source/Delphi_(software))*),[5][6] a Java IDE student project under the guidance of the [Faculty of Engineering and Technology](/source/Faculty_of_Mathematics_and_Physics%2C_Charles_University) at [Charles University](/source/Charles_University) in [Prague](/source/Prague). In 1997, Roman Staněk formed a company around the project and produced commercial versions of the NetBeans IDE until it was bought by [Sun Microsystems](/source/Sun_Microsystems) in 1999. Sun open-sourced the NetBeans IDE in June of the following year. Since then, the NetBeans community has continued to grow.[7] In 2010, Sun (and thus NetBeans) [was acquired](/source/Sun_acquisition_by_Oracle) by [Oracle Corporation](/source/Oracle_Corporation). Under Oracle, NetBeans had to find some synergy with [JDeveloper](/source/JDeveloper), a freeware IDE that has historically been a product of the company, by 2012 both IDEs were rebuilt around a shared codebase - the NetBeans Platform. In September 2016, Oracle submitted a proposal to donate the NetBeans project to [The Apache Software Foundation](/source/The_Apache_Software_Foundation), stating that it was "opening up the NetBeans governance model to give NetBeans constituents a greater voice in the project's direction and future success through the upcoming release of Java 9 and NetBeans 9 and beyond". The move was endorsed by Java creator [James Gosling](/source/James_Gosling).[8] The project entered the Apache Incubator in October 2016[9] and graduated as Apache Software Foundation top level project in 2019. The first available version as Apache top level project was with Apache NetBeans 11.3.

## NetBeans IDE

**NetBeans IDE** is an [open-source](/source/Open-source_software) integrated development environment. NetBeans IDE supports development of all Java application types ([Java SE](/source/Java_Platform%2C_Standard_Edition) (including [JavaFX](/source/JavaFX)), [Java ME](/source/Java_Platform%2C_Micro_Edition), [web](/source/Web_application), [EJB](/source/EJB) and [mobile](/source/MIDlet) applications) out of the box. Among other features are an [Ant](/source/Apache_Ant)-based project system, [Maven](/source/Apache_Maven) support, [refactorings](/source/Refactoring), [version control](/source/Version_control_system) (supporting [CVS](/source/Concurrent_Versions_System), [Subversion](/source/Apache_Subversion), [Git](/source/Git), [Mercurial](/source/Mercurial) and [Clearcase](/source/Clearcase)).

### Modularity

All the functions of the IDE are provided by modules. Each module provides a well-defined function, such as support for the [Java language](/source/Java_(programming_language)), editing, or support for the [CVS](/source/Concurrent_Versions_System) versioning system, and SVN. NetBeans contains all the modules needed for Java development in a single download, allowing the user to start working immediately. Modules also allow NetBeans to be extended. New features, such as support for other programming languages, can be added by installing additional modules. For instance, [Sun Studio](/source/Sun_Studio_Compiler_Suite), Sun Java Studio Enterprise, and [Sun Java Studio Creator](/source/Sun_Java_Studio_Creator) from [Sun Microsystems](/source/Sun_Microsystems) are all based on the NetBeans IDE.

### License

NetBeans IDE is licensed under the [Apache License 2.0](/source/Apache_License_2.0). Previously, from July 2006 through 2007, it was licensed under Sun's [Common Development and Distribution License](/source/Common_Development_and_Distribution_License) (CDDL), a license based on the [Mozilla Public License](/source/Mozilla_Public_License) (MPL). In October 2007, Sun announced that NetBeans would henceforth be offered under a [dual license](/source/Dual_license) of the CDDL and the [GPL](/source/GPL) version 2 licenses, with the [GPL linking exception](/source/GPL_linking_exception) for [GNU Classpath](/source/GNU_Classpath).[10] Oracle has donated NetBeans Platform and IDE to the Apache Foundation where it underwent incubation and graduated as a top level project in April 2019.[11]

## Other products

In an October 2016 interview with Gabriela Motroc, Oracle Vice President Bill Pataky stated that Oracle has a number of products that depend on NetBeans.[12]

- [Oracle Developer Studio](/source/Oracle_Developer_Studio), a commercial [C](/source/C_(programming_language)), [C++](/source/C%2B%2B), [Fortran](/source/Fortran) and Java development environment is 100% based on NetBeans[12]

- [Oracle JDeveloper](/source/JDeveloper), an end-to-end development for Oracle's technology stack takes major subsystems from NetBeans[12]

- Oracle JavaScript Extension Toolkit, a modular, open source toolkit based on modern JavaScript, CSS3 and HTML5 design and development principles uses NetBeans as its preferred IDE[12]

NetBeans 6.0 installation disc

## Integrated modules

These modules are part of the NetBeans IDE:

### NetBeans Profiler

The **NetBeans Profiler**[13] is a tool for the monitoring of Java applications: It helps developers find [memory leaks](/source/Memory_leak) and optimize speed. Formerly downloaded separately, it is integrated into the core IDE since version 6.0. The [Profiler](/source/Profiler_(computer_science)) is based on a Sun Laboratories research project that was named JFluid. That research uncovered specific techniques that can be used to lower the overhead of profiling a Java application. One of those techniques is dynamic bytecode instrumentation, which is particularly useful for profiling large Java applications. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler is able to obtain runtime information on applications that are too large or complex for other profilers. NetBeans also support Profiling Points that let developers profile precise points of execution and measure execution time.

### GUI design tool

NetBeans GUI Builder

Formerly known as *project Matisse*, the [GUI design](/source/Graphical_user_interface_builder)-tool enables developers to [prototype and design](/source/Graphical_user_interface_builder) [Swing](/source/Swing_(Java)) [GUIs](/source/Graphical_user_interface) by dragging and positioning GUI components.[14]

The GUI builder has built-in support for JSR 295 (Beans Binding technology), but the support for JSR 296 ([Swing Application Framework](/source/Swing_Application_Framework)) was removed in 7.1.

### NetBeans JavaScript editor

The NetBeans JavaScript editor provides extended support for [JavaScript](/source/JavaScript), Ajax, and [CSS](/source/CSS).[15][16]

JavaScript editor features comprise [syntax highlighting](/source/Syntax_highlighting), [refactoring](/source/Code_refactoring), [code completion](/source/Autocomplete) for native objects and functions, generation of JavaScript class skeletons, generation of [Ajax](/source/Ajax_(programming)) [callbacks](/source/Callback_(computer_science)) from a template; and automatic [browser compatibility](/source/JavaScript#Compatibility_considerations) checks.

CSS editor features comprise [code completion](/source/Autocomplete) for styles names, quick navigation through the navigator panel, displaying the CSS rule declaration in a List View and file structure in a Tree View, sorting the outline view by name, type or declaration order (List & Tree), creating rule declarations (Tree only), refactoring a part of a rule name (Tree only).

The NetBeans 7.4 and later uses the new [Nashorn JavaScript engine](/source/Nashorn_(JavaScript_engine)) developed by Oracle.

## NetBeans IDE download bundles

Users can choose to download NetBeans IDE bundles tailored to specific development needs. Users can also download and install all other features at a later date directly through the NetBeans IDE.

### NetBeans IDE Bundle for Web and Java EE

The **NetBeans IDE Bundle for Web & Java EE**[17] provides complete tools for all the latest Java EE 6 standards, including the new Java EE 6 Web Profile, Enterprise Java Beans (EJBs), servlets, Java Persistence API, web services, and annotations. NetBeans also supports the JSF 2.0 (Facelets), JavaServer Pages (JSP), Hibernate, Spring, and Struts frameworks, and the Java EE 5 and J2EE 1.4 platforms. It includes [GlassFish](/source/GlassFish) and [Apache Tomcat](/source/Apache_Tomcat).

Some of its features with Java EE include:

- Improved support for CDI, REST services and Java Persistence

- New support for Bean Validation

- Support for JSF component libraries, including bundled PrimeFaces library

- Improved editing for Expression Language in JSF, including code completion, refactoring and hints

### NetBeans IDE Bundle for PHP

NetBeans supports [PHP](/source/PHP) since version 5.6. The bundle for PHP includes:

- syntax highlighting, code completion, occurrence highlighting, error highlighting, CVS version control

- semantic analysis with highlighting of parameters and unused local variables

- PHP code debugging with [xdebug](/source/Xdebug)

- PHP Unit testing with [PHPUnit](/source/PHPUnit) and [Selenium](/source/Selenium_(software))

- Code coverage

- [Symfony](/source/Symfony) framework support (since version 6.8)

- [Zend Framework](/source/Zend_Framework) support (since version 6.9)

- [Yii Framework](/source/Yii_Framework) support (since version 7.3)

- PHP 5.3 namespace and closure support (since version 6.8)

- [Code Folding](/source/Code_folding) for Control Structures (since version 7.2 dev)[18]

### NetBeans IDE Complete Bundle

[Oracle](/source/Oracle_Corporation) also releases a version of NetBeans that includes all of the features of the above bundles. This bundle includes:

- NetBeans Base IDE

- Java SE, JavaFX

- Web and Java EE

- Java ME

- C/C++

- PHP (Version 5.5 and later)

- asd

- [Apache Groovy](/source/Apache_Groovy)

- [GlassFish](/source/GlassFish)

- [Apache Tomcat](/source/Apache_Tomcat)

Official [Ruby](/source/Ruby_(programming_language)) support was removed with the release of 7.0.

## Localization

NetBeans IDE is translated into the following languages:

- [Brazilian Portuguese](/source/Brazilian_Portuguese) (BR), as of 5.5

- [Japanese](/source/Japanese_language) (JP), as of 3.4

- [Simplified Chinese](/source/Simplified_Chinese) (ZH-CN)

Community translations of the IDE are also available in the following languages:

Community translations[19] Language Platform Java SE (IDE) All Afrikaans As of 6.9 No No Albanian As of 5.5 No No Azerbaijani No No No Catalan As of 6.7.1 As of 6.7.1 As of 6.9.1[20] Czech As of 6.0 No No Dutch Yes Yes No Filipino As of 6.9 No No French Yes Yes No Galician Yes Yes As of 6.8 German As of 5.5 As of 5.5[21] No Greek As of 6.9 No No Hindi As of 6.9 No No Indonesian As of 5.5 No No Italian Yes Yes No Korean As of 5.0 As of 5.0[22] No Lithuanian As of 6.9 No No Romanian As of 6.8 No No Russian As of 5.0 As of 6.9.1 Serbian As of 6.9 No No Spanish As of 5.5 As of 5.5 No Swedish Yes Yes No Traditional Chinese Yes Yes No Turkish Yes Yes No Vietnamese As of 6.9 No No

## See also

- [Free and open-source software portal](https://en.wikipedia.org/wiki/Portal:Free_and_open-source_software)
- [Computer programming portal](https://en.wikipedia.org/wiki/Portal:Computer_programming)

- [Comparison of integrated development environments](/source/Comparison_of_integrated_development_environments)

- [Eclipse IDE](/source/Eclipse_(software))

- [JetBrains IntelliJ](/source/IntelliJ_IDEA)

- [Oracle JDeveloper](/source/JDeveloper)

- [Oracle Developer Studio](/source/Oracle_Developer_Studio)

- [Sun Microsystems](/source/Sun_Microsystems)

## References

1. **[^](#cite_ref-wikidata-fb6bc6b0550b3855bf590111cc274493319d2ee2-v20_1-0)** ["Apache NetBeans 30"](https://github.com/apache/netbeans/releases/tag/30). May 11, 2026. Retrieved May 12, 2026.

1. **[^](#cite_ref-2)** ["NetBeans IDE Dual License Header and License Notice"](https://web.archive.org/web/20191102063542/https://netbeans.org/cddl-gplv2.html). *Netbeans.org*. April 1, 1989. Archived from [the original](https://netbeans.org/cddl-gplv2.html) on November 2, 2019. Retrieved 2013-07-18.

1. **[^](#cite_ref-3)** ["HTML5 Web Development Support"](https://web.archive.org/web/20161224203918/http://netbeans.org/features/html5/index.html). *netbeans.org*. Archived from [the original](https://netbeans.org/features/html5/index.html) on December 24, 2016. Retrieved August 2, 2017.

1. **[^](#cite_ref-4)** ["NetBeans MOVED"](https://web.archive.org/web/20200515001531/https://platform.netbeans.org/tutorials/). *platform.netbeans.org*. Archived from [the original](http://platform.netbeans.org/tutorials/) on May 15, 2020. Retrieved August 2, 2017.

1. **[^](#cite_ref-5)** ["original Xelfi homepage"](https://web.archive.org/web/20120424032110/http://www.xelfi.cz/). Archived from [the original](http://www.xelfi.cz/) on April 24, 2012. Retrieved May 17, 2008.

1. **[^](#cite_ref-6)** ["Happy Birthday NetBeans - interview with Jaroslav "Yarda" Tulach"](https://web.archive.org/web/20080517021908/http://www.netbeans.org/community/articles/interviews/yarda-tulach.html). Netbeans.org. Archived from [the original](https://netbeans.org/community/articles/interviews/yarda-tulach.html) on May 17, 2008. Retrieved May 17, 2008.

1. **[^](#cite_ref-7)** ["A Brief History of NetBeans IDE"](https://web.archive.org/web/20130831063145/https://netbeans.org/about/history.html). Netbeans.org. Archived from [the original](https://netbeans.org/about/history.html) on August 31, 2013. Retrieved May 17, 2008.

1. **[^](#cite_ref-iw-oracleapachenetbeans_8-0)** ["Java founder James Gosling endorses Apache takeover of NetBeans Java IDE"](http://www.infoworld.com/article/3119764/application-development/java-founder-james-gosling-endorses-apache-takeover-of-netbeans-java-ide.html). *InfoWorld*. September 13, 2016. Retrieved September 19, 2016.

1. **[^](#cite_ref-incubator_9-0)** ["NetBeans Incubation Status"](https://incubator.apache.org/projects/netbeans.html). Retrieved August 4, 2017.

1. **[^](#cite_ref-10)** ["Why GPL v2 Frequently Asked Questions"](https://web.archive.org/web/20190211053542/https://netbeans.org/gplv2-faqs.html). *netbeans.org*. Archived from [the original](https://netbeans.org/gplv2-faqs.html) on February 11, 2019. Retrieved August 2, 2017.

1. **[^](#cite_ref-11)** ["The Apache Software Foundation Announces Apache NetBeans as a Top-Level Project"](https://blogs.apache.org/foundation/entry/the-apache-software-foundation-announces51). *blogs.apache.org*. April 24, 2019. Retrieved July 12, 2019.

1. ^ [***a***](#cite_ref-montroc_12-0) [***b***](#cite_ref-montroc_12-1) [***c***](#cite_ref-montroc_12-2) [***d***](#cite_ref-montroc_12-3) Motroc, Gabriela (October 5, 2016). ["Oracle developers will be involved in at least two Apache NetBeans releases"](https://jaxenter.com/oracle-involved-in-apache-netbeans-releases-129483.html). Jaxenter. Retrieved 2016-10-07.

1. **[^](#cite_ref-13)** ["Profiler"](https://web.archive.org/web/20080805191253/http://profiler.netbeans.org/). Netbeans.org. Archived from [the original](http://profiler.netbeans.org/) on August 5, 2008. Retrieved May 17, 2008.

1. **[^](#cite_ref-14)** ["Swing GUI Builder (formerly Project Matisse)"](https://web.archive.org/web/20130729230050/https://netbeans.org/features/java/swing.html). Netbeans.org. Archived from [the original](https://netbeans.org/features/java/swing.html) on July 29, 2013. Retrieved May 17, 2008.

1. **[^](#cite_ref-15)** ["Javascript"](https://web.archive.org/web/20080410130917/http://wiki.netbeans.org/JavaScript). Netbeans wiki. March 31, 2007. Archived from [the original](http://wiki.netbeans.org/JavaScript) on April 10, 2008. Retrieved 2008-04-19.

1. **[^](#cite_ref-16)** ["Java Web Applications"](https://web.archive.org/web/20121018230718/http://netbeans.org/features/web/web-app.html). Netbeans.org. Archived from [the original](https://netbeans.org/features/web/web-app.html) on October 18, 2012. Retrieved April 19, 2008.

1. **[^](#cite_ref-17)** ["Web & Java EE"](https://web.archive.org/web/20080509174428/http://www.netbeans.org/features/web/index.html). Netbeans.org. Archived from [the original](https://netbeans.org/features/web/index.html) on May 9, 2008. Retrieved May 18, 2008.

1. **[^](#cite_ref-Netbeans_Bugzilla_-_Bug_186731_18-0)** ["Netbeans Bugzilla - Bug 186731"](https://netbeans.org/bugzilla/show_bug.cgi?id=186731). Retrieved May 23, 2012.

1. **[^](#cite_ref-19)** ["TFL10nCommunityStatus - NetBeans Wiki"](https://web.archive.org/web/20100813210430/http://wiki.netbeans.org/TFL10nCommunityStatus). *Wiki.netbeans.org*. Archived from [the original](http://wiki.netbeans.org/TFL10nCommunityStatus) on August 13, 2010. Retrieved July 18, 2013.

1. **[^](#cite_ref-osolcat_20-0)** ["Catalan localization group at OpenSolaris"](https://web.archive.org/web/20110716065520/http://hub.opensolaris.org/bin/view/Community+Group+int_localization/ca_group?language=en). Archived from [the original](http://hub.opensolaris.org/bin/view/Community+Group+int_localization/ca_group?language=en) on July 16, 2011. Retrieved August 2, 2017.

1. **[^](#cite_ref-nb551l10n_21-0)** ["NetBeans.org Community News: Go Multilingual with NetBeans IDE 5.5.1!"](https://web.archive.org/web/20161118123508/https://netbeans.org/servlets/NewsItemView?newsItemID=1056). Archived from [the original](https://netbeans.org/servlets/NewsItemView?newsItemID=1056) on November 18, 2016. Retrieved August 2, 2017.

1. **[^](#cite_ref-nb50l10n_22-0)** ["NetBeans Community News"](https://web.archive.org/web/20200804090925/https://netbeans.org/community/news/show/910.html). *netbeans.org*. Archived from [the original](https://netbeans.org/community/news/show/910.html) on August 4, 2020. Retrieved August 2, 2017.

## Further reading

- Boudreau, Tim; Glick, Jesse; Greene, Simeon; Woehr, Jack; Spurlin, Vaughn (October 15, 2002). [*NetBeans: The Definitive Guide*](https://oreilly.com/catalog/9780596002800/) (First ed.). [O'Reilly Media](/source/O'Reilly_Media). p. 672. [ISBN](/source/ISBN_(identifier)) [0-596-00280-7](https://en.wikipedia.org/wiki/Special:BookSources/0-596-00280-7).

- Heffelfinger, David (October 31, 2008). [*Java EE 5 Development with NetBeans 6*](https://web.archive.org/web/20140802044646/http://www.packtpub.com/java-ee5-development-with-netbeans-6/book) (First ed.). [Packt Publishing](/source/Packt). p. 400. [ISBN](/source/ISBN_(identifier)) [978-1-84719-546-3](https://en.wikipedia.org/wiki/Special:BookSources/978-1-84719-546-3). Archived from [the original](http://www.packtpub.com/java-ee5-development-with-netbeans-6/book) on August 2, 2014. Retrieved April 29, 2009.

- Myatt, Adam (February 21, 2008). [*Pro Netbeans IDE 6 Rich Client Platform Edition*](https://web.archive.org/web/20110112151556/http://apress.com/book/view/9781590598955) (First ed.). [Apress](/source/Apress). p. 491. [ISBN](/source/ISBN_(identifier)) [978-1-59059-895-5](https://en.wikipedia.org/wiki/Special:BookSources/978-1-59059-895-5). Archived from [the original](http://www.apress.com/book/view/9781590598955) on January 12, 2011. Retrieved April 29, 2009.

- Keegan, Patrick; Champenois, Ludovic; Crawley, Gregory; Hunt, Charlie; Webster, Christopher (May 9, 2006). [*NetBeans IDE Field Guide: Developing Desktop, Web, Enterprise, and Mobile Applications*](https://www.informit.com/store/product.aspx?isbn=0131876201) (Second ed.). [Prentice Hall](/source/Prentice_Hall). p. 424. [ISBN](/source/ISBN_(identifier)) [978-0-13-239552-6](https://en.wikipedia.org/wiki/Special:BookSources/978-0-13-239552-6).

- Böck, Heiko (July 1, 2009). [*The Definitive Guide to NetBeans Platform*](https://web.archive.org/web/20120402061809/http://www.apress.com/book/view/1430224177) (First ed.). Apress. p. 450. [ISBN](/source/ISBN_(identifier)) [978-1-4302-2417-4](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4302-2417-4). Archived from [the original](http://www.apress.com/book/view/1430224177) on April 2, 2012. Retrieved November 18, 2010.

- Petri, Jürgen (August 11, 2010). [*NetBeans Platform 6.9 Developer's Guide*](https://web.archive.org/web/20100130142347/http://www.packtpub.com/netbeans-platform-6-8-developers-guide/book) (First ed.). [Packt Publishing](/source/Packt). p. 288. [ISBN](/source/ISBN_(identifier)) [978-1-84951-176-6](https://en.wikipedia.org/wiki/Special:BookSources/978-1-84951-176-6). Archived from [the original](https://www.packtpub.com/netbeans-platform-6-8-developers-guide/book) on January 30, 2010. Retrieved August 17, 2010.

- Böck, Heiko (December 28, 2011). [*The Definitive Guide to NetBeans Platform 7*](https://web.archive.org/web/20160313034012/http://www.apress.com/9781430241010) (First ed.). Apress. p. 592. [ISBN](/source/ISBN_(identifier)) [978-1-4302-4101-0](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4302-4101-0). Archived from [the original](http://www.apress.com/9781430241010) on March 13, 2016. Retrieved January 19, 2012.

- Wexbridge, Jason; Nyland, Walter (March 25, 2014). [*NetBeans Platform for Beginners*](https://leanpub.com/nbp4beginners) (Second ed.). Leanpub. p. 361.

## External links

- Media related to [NetBeans](https://commons.wikimedia.org/wiki/Category:NetBeans) at Wikimedia Commons

- [Official website](https://netbeans.apache.org)

v t e The Apache Software Foundation Top-level projects Accumulo ActiveMQ Airavata Airflow Allura Ambari Ant Aries Arrow Apache HTTP Server APR Avro Axis Axis2 Beam Bloodhound Brooklyn Calcite Camel CarbonData Cassandra Cayenne CloudStack Cordova CouchDB cTAKES CXF Derby Directory Drill Druid Empire-db Felix Flex Flink Flume FreeMarker Geronimo Groovy Guacamole Gump Hadoop HBase Helix Hive Iceberg Ignite Impala Jackrabbit James Jena JMeter Kafka Kudu Kylin Lucene Mahout Maven MINA mod_perl MyFaces Mynewt NiFi NetBeans Nutch NuttX OFBiz Oozie OpenEJB OpenJPA OpenNLP OрenOffice ORC PDFBox Parquet Phoenix POI Pig Pinot Pivot Qpid Roller RocketMQ Samza Shiro SINGA Sling Solr Spark Storm SpamAssassin Struts 1 Subversion Superset SystemDS Tapestry Thrift Tika TinkerPop Tomcat Trafodion Traffic Server UIMA Velocity Wicket Xalan Xerces XMLBeans Yetus ZooKeeper Commons BCEL BSF Daemon Jelly Logging Incubator Taverna Other projects Batik FOP Ivy Log4j Attic Apex AxKit Beehive iBATIS Click Cocoon Continuum Deltacloud Etch Giraph Hama Harmony Jakarta Marmotta MXNet ODE River Shale Slide Sqoop Stanbol Tuscany Wave XML Licenses Apache License Category

v t e Integrated development environments C, C++ Open source Arduino Code::Blocks CodeLite Dev-C++ Eclipse Emacs Geany GNOME Builder Kakoune KDevelop NetBeans QDevelop Qt Creator TheIDE Vi–Vim OpenWatcom Freeware DevEco Studio Oracle Developer Studio Visual Studio Code Visual Studio Community Xcode Retail C++Builder Eclipse-based CodeWarrior MyEclipse Visual Studio By JetBrains IntelliJ IDEA CLion LabWindows/CVI IBM Rational Software Architect Understand SlickEdit Discontinued Anjuta By JetBrains AppCode VisualAge Visual C++ Express MonoDevelop SharpDevelop Turbo C, C++ QuickC Java Open source Anjuta BlueJ DrJava Eclipse Geany Greenfoot IntelliJ IDEA Community Edition Android Studio NetBeans DevEco Studio Freeware jGRASP JDeveloper Retail JCreator MyEclipse JetBrains IntelliJ IDEA SlickEdit Understand Discontinued Metrowerks CodeWarrior Pro for Java JBuilder Sun Java Studio Creator (superseded by NetBeans) VisualAge (superseded by Eclipse) Visual Café (aka Espresso, superseded by JBuilder) Visual J++ Xelfi (became NetBeans) JavaScript Open source Vim Visual Studio Code Atom Chromium DevEco Studio Haxe IntelliJ IDEA VS Code Sublime Text Powerflasher FDT CLI (.NET) Open source Visual Studio Code PascalABC.NET Freeware Visual Studio Community Retail Visual Studio Rider Understand Discontinued Xamarin Studio MonoDevelop SharpDevelop Visual Basic Express Visual Web Developer Express Visual J# Express Visual Studio Express for Windows Phone Visual C++ Express Visual C# Express Express for Desktop Express for Web Express for Windows Flash Adobe Flash Builder FlashDevelop Powerflasher FDT PHP Open source Aptana NetBeans Komodo Edit Komodo IDE KDevelop Proprietary Codelobster PhpStorm PHPEdit SlickEdit Zend Studio R RStudio R Tools for Visual Studio Python Open source Anjuta IDLE Eric Light Table PyDev PyScripter PIDA Spyder Komodo Edit Komodo IDE KDevelop Vim Visual Studio Code Thonny DevEco Studio Proprietary PyCharm PythonAnywhere Visual Studio Code SlickEdit Wing IDE Pascal, Object Pascal Open source Free Pascal IDE Lazarus Dev-Pascal GNAVI PascalABC.NET Freeware Delphi Community Retail Delphi Discontinued Turbo Pascal Turbo Delphi Virtual Pascal Borland Kylix QuickPascal BASIC Open source Basic-256 Microsoft Small Basic SdlBasic Gambas Basic4GL VisualFBEditor / WinFBE InForm Freeware FutureBASIC RapidQ Visual Studio Community Retail Visual Studio NS Basic PureBasic GLBasic Liberty BASIC Xojo Discontinued CA-Realizer MonoDevelop QuickBASIC QBasic SharpDevelop Visual Basic Visual Basic Express Go Open source Vim Visual Studio Code (VSCode) Eclipse Freeware Cloud9 IDE Retail GoLand Rust RustRover Eiffel EiffelStudio LibertyEiffel Visual Eiffel POP-11 Poplog Online AWS Cloud9 IDE Eclipse Che Firebase Studio SourceLair Comparison Category

v t e Graphical user interface builders Qt Open source Qt Creator KDevelop Gambas GTK Open source Glade Interface Designer Gambas Stetic GUI Designer Proprietary Xojo (on Linux) wxWidgets Open source Code::Blocks CodeLite wxGlade wxFormBuilder CLI Open source SharpDevelop PascalABC.NET Proprietary Microsoft Visual Studio Microsoft Blend VCL, related Open source, LCL Lazarus Visual FB Editor Proprietary Delphi C++Builder RadPHP Borland Kylix Cocoa Proprietary Xcode, Interface Builder Xojo (on macOS) Java-based Open source Android Studio (via XML) Eclipse (via SWT) NetBeans (via Swing) Proprietary IntelliJ IDEA JDeveloper (via Swing) WaveMaker Windows API Open source GNAVI WinFBE Proprietary CA-Realizer Visual Basic Xojo (for Windows) RapidQ Liberty BASIC PureBasic Other Open source FLUID Gorm IUP InForm Morphic TheIDE XBasic Proprietary Clarion IDE Projucer XVT Design Resource construction set LANSA Softwell Maker Embedded Wizard OutSystems Mendix Topincs PowerBuilder AppStudio

v t e Sun Microsystems Acquired by Oracle Corporation Hardware Systems SUN workstation Sun-1 Sun-2 Sun-3 Sun386i Sun-4 SPARCstation–server–center 1 2 4 5 10 20 classic IPC IPX LX ZX Netra Ultra 1 2 5 10 24 30 60 80 Enterprise 10000 Blade server Blade workstation Fire 12K 15K E25K T2000 X4500 SPARC Enterprise JavaStation Java Workstation Ray Cobalt Qube Cobalt RaQ Processors SPARC MB86900 microSPARC SuperSPARC UltraSPARC UltraSPARC II UltraSPARC IIe UltraSPARC IIi Gemini UltraSPARC III UltraSPARC III Cu UltraSPARC IIIi UltraSPARC IV UltraSPARC T1 UltraSPARC T2 SPARC T3 SPARC T4 SPARC T5 Rock MAJC Sun4d SBus Fireplane LOM port MBus Modular Datacenter Neptune System Service Processor SPARC T series SPOT Ultra Port Architecture Visual Instruction Set Software TOPS SunOS Solaris NIS NIS+ NFS ZFS ZFS+ SunView NeWS OpenWindows Java Desktop System Studio Java StarOffice iPlanet Java System Sun Secure Global Desktop MySQL xVM GlassFish VirtualBox Storage StorageTek 5800 System StorageTek SL8500 Open Storage QFS ZFS Performance Cloud Constellation System Visualization System Grid Engine Lustre Research Sun Microsystems Laboratories picoJava Fortress Project Looking Glass Education BlueJ Global Education & Learning Community SCPs Acquisitions Afara Websystems Cobalt Networks Gridware Lighthouse Design Montalvo Systems MySQL AB Pixo Procom Technology SavaJe StorageTek Tarantella Slogans The Network is the Computer Write once, run anywhere Community Common Development and Distribution License Java Community Process NetBeans OpenOffice.org OpenSolaris OpenSPARC OpenJDK Open Source University Meetup People Bill Joy Andy Bechtolsheim Scott McNealy Vinod Khosla Category

v t e Oracle Corporation Corporate directors Jeffrey Berg H. Raymond Bingham Michael Boskin Safra Catz Larry Ellison Héctor García-Molina Joseph Grundfest Jeffrey O. Henley Mark Hurd Jack F. Kemp Donald L. Lucas Naomi O. Seligman Acquisitions (list) Sun PeopleSoft Hyperion Siebel BEA JD Edwards RightNow Virtual Iron TimesTen Sunopsis NetSuite Cerner Software Applications OpenOffice.org Oracle VDI StarOffice VirtualBox Programming languages Java PL/SQL Databases Berkeley DB Essbase InnoDB MySQL Oracle Database Oracle NoSQL Database Rdb TimesTen Frameworks, development tools, IDEs Apex Developer Studio DTrace GlassFish GraalVM HotSpot Image Packaging System Java (software platform) JDeveloper Maxine Virtual Machine Memory Nashorn NetBeans OpenJDK Forms SQL Developer VisualVM Operating systems Solaris OpenSolaris Oracle Linux Other Java Desktop System OCFS2 Oracle Grid Engine Oracle iPlanet Web Proxy Server Oracle iPlanet Web Server Oracle VM Server for x86 Middleware Fusion Middleware WebCenter SOA Suite WebLogic Server Coherence Tuxedo GlassFish Computer hardware Sun Fire SPARC T series T5 Enterprise StorageTek Computer appliances Oracle Exadata Oracle Exalogic Big Data Appliance Education, recognition Oracle Certification Program Related Acquisition of Sun Microsystems by Oracle Corporation Google LLC v. Oracle America, Inc. Italics = discontinued • Category

Authority control databases International GND National United States Czech Republic Israel

---
Adapted from the Wikipedia article [NetBeans](https://en.wikipedia.org/wiki/NetBeans) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/NetBeans?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
