File:Apache_NetBeans_Logo.svg · Wikimedia Commons · See Wikimedia Commons
Apache NetBeans
Sign in to saveAlso known as NetBeans
NetBeans is an integrated development environment (IDE) for Java. NetBeans allows applications to be developed from a set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition to Java development, it has extensions for other languages like PHP, C, C++, HTML5, and JavaScript. Applications based on NetBeans, including the NetBeans IDE, can be extended by third party developers.
Key facts
- Software.name
- NetBeans IDE
- Software.logo
- Apache NetBeans Logo.svg
- Software.screenshot
- Apache NetBeans 12.2 screenshot.png
- Software.caption
- Apache NetBeans 12.2 in Arch Linux
- Software.collapsible
- yes
- Software.author
- Roman Staněk
- Software.discontinued
- No
- Software.platform
- Java SE, Java EE, JavaFX
- Software.operating system
- Windows, macOS, Linux, Solaris; feature-limited OS independent version available
- Software.language count
- 28
- Software.language
- see § Localization
- Software.programming language
- Java
- Software.genre
- IDE
- Software.license
- Apache License 2.0 (previously CDDL or GPLv2 with classpath exception)
via Wikipedia infobox
Source code
Apache NetBeans is an open source development environment, tooling platform, and application framework. NetBeans license violation checks are managed via the rat-exclusions.txt file. Set JAVA HOME and ANT HOME appropriately or leave them undefined. Notes: You can also use php , enterprise , etc. See the cluster.properties file. Once built, you can simply open individual modules of interest with NetBeans and run/rebuild/debug them like any other project The nbbuild directory should contain the portable NetBeans zip Developer builds on Jenkins (NetBeans-dev-xxx.zip). Latest release (convenience binary of released source artifacts). The origins of the code in this repository are older than its Apache existence. As such significant part of the history (before the code was donated to Apache) is kept in an independent repository. To fully understand the code you may want to merge the modern and ancient versions together: This gives you just few log entries including the initial checkin and change of the file headers to Apache. But then the magic comes:
Excerpt from the source-code README · 7,647 chars · not written by Vinony
Wikidata facts
- Official website
- netbeans.org
- Image
- Apache NetBeans 12.2 screenshot.png
Show 8 more facts
- software version identifier
- 29
- Commons gallery
- NetBeans
- Commons category
- NetBeans
- Stack Exchange tag
- stackoverflow.com/tags/netbeans
- inception
- 1997-00-00
- name in kana
- ネットビーンズ
- source code repository URL
- github.com/apache/netbeans
- social media followers
- 11900
Sources (10)
via Wikidata · CC0
~15 min read
Article
17 sectionsContents
- History
- NetBeans IDE
- Modularity
- License
- Other products
- Integrated modules
- NetBeans Profiler
- GUI design tool
- NetBeans JavaScript editor
- NetBeans IDE download bundles
- NetBeans IDE Bundle for PHP
- NetBeans IDE Complete Bundle
- Localization
- See also
- References
- Further reading
- External links
NetBeans is an integrated development environment (IDE) for Java. NetBeans allows applications to be developed from a set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition to Java development, it has extensions for other languages like PHP, C, C++, HTML5, and JavaScript. Applications based on NetBeans, including the NetBeans IDE, can be extended by third party developers.
==History==