Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. NetBeans - Wikipedia
NetBeans - Wikipedia
From Wikipedia, the free encyclopedia
Integrated development environment software for software development

NetBeans IDE
Screenshot
Apache NetBeans 12.2 in Arch Linux
Original authorRoman Staněk
Developers
  • Apache Software Foundation
  • Oracle Corporation
Stable release
29[1] Edit this on Wikidata / 19 February 2026; 12 days ago (19 February 2026)
Written inJava
Operating systemWindows, macOS, Linux, Solaris; feature-limited OS independent version available
PlatformJava SE, Java EE, JavaFX
Available in28 languages
List of languages
see § Localization
TypeIDE
LicenseApache License 2.0 (previously CDDL or GPLv2 with classpath exception)[2]
Websitenetbeans.apache.org
Repositorygithub.com/apache/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,[3] and JavaScript. Applications based on NetBeans, including the NetBeans IDE, can be extended by third party developers.[4]

History

[edit]

NetBeans began in 1996 as Xelfi (word play on Delphi),[5][6] a Java IDE student project under the guidance of the Faculty of Engineering and Technology at Charles University in 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 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 by Oracle Corporation. Under Oracle, NetBeans had to find some synergy with 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, 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.[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

[edit]

NetBeans IDE is an open-source integrated development environment. NetBeans IDE supports development of all Java application types (Java SE (including JavaFX), Java ME, web, EJB and mobile applications) out of the box. Among other features are an Ant-based project system, Maven support, refactorings, version control (supporting CVS, Subversion, Git, Mercurial and Clearcase).

Modularity

[edit]

All the functions of the IDE are provided by modules. Each module provides a well-defined function, such as support for the Java language, editing, or support for the CVS 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, Sun Java Studio Enterprise, and Sun Java Studio Creator from Sun Microsystems are all based on the NetBeans IDE.

License

[edit]

NetBeans IDE is licensed under the Apache License 2.0. Previously, from July 2006 through 2007, it was licensed under Sun's Common Development and Distribution License (CDDL), a license based on the Mozilla Public License (MPL). In October 2007, Sun announced that NetBeans would henceforth be offered under a dual license of the CDDL and the GPL version 2 licenses, with the GPL linking exception for 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

[edit]

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, a commercial C, C++, Fortran and Java development environment is 100% based on NetBeans[12]
  • Oracle 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

[edit]

These modules are part of the NetBeans IDE:

NetBeans Profiler

[edit]

The NetBeans Profiler[13] is a tool for the monitoring of Java applications: It helps developers find memory leaks and optimize speed. Formerly downloaded separately, it is integrated into the core IDE since version 6.0. The Profiler 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

[edit]
NetBeans GUI Builder

Formerly known as project Matisse, the GUI design-tool enables developers to prototype and design Swing GUIs 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) was removed in 7.1.

NetBeans JavaScript editor

[edit]

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

JavaScript editor features comprise syntax highlighting, refactoring, code completion for native objects and functions, generation of JavaScript class skeletons, generation of Ajax callbacks from a template; and automatic browser compatibility checks.

CSS editor features comprise code completion 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 developed by Oracle.

NetBeans IDE download bundles

[edit]

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

[edit]

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 and 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

[edit]

NetBeans supports 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
  • PHP Unit testing with PHPUnit and Selenium
  • Code coverage
  • Symfony framework support (since version 6.8)
  • Zend Framework support (since version 6.9)
  • Yii Framework support (since version 7.3)
  • PHP 5.3 namespace and closure support (since version 6.8)
  • Code Folding for Control Structures (since version 7.2 dev)[18]

NetBeans IDE Complete Bundle

[edit]

Oracle 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
  • GlassFish
  • Apache Tomcat

Official Ruby support was removed with the release of 7.0.

Localization

[edit]

NetBeans IDE is translated into the following languages:

  • Brazilian Portuguese (BR), as of 5.5
  • Japanese (JP), as of 3.4
  • 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

[edit]
  • Free and open-source software portal
  • iconComputer programming portal
  • Comparison of integrated development environments
  • Eclipse IDE
  • JetBrains IntelliJ
  • Oracle JDeveloper
  • Oracle Developer Studio
  • Sun Microsystems

References

[edit]
  1. ^ "Apache NetBeans 29". February 19, 2026. Retrieved February 24, 2026.
  2. ^ "NetBeans IDE Dual License Header and License Notice". Netbeans.org. April 1, 1989. Archived from the original on November 2, 2019. Retrieved 2013-07-18.
  3. ^ "HTML5 Web Development Support". netbeans.org. Archived from the original on December 24, 2016. Retrieved August 2, 2017.
  4. ^ "NetBeans MOVED". platform.netbeans.org. Archived from the original on May 15, 2020. Retrieved August 2, 2017.
  5. ^ "original Xelfi homepage". Archived from the original on April 24, 2012. Retrieved May 17, 2008.
  6. ^ "Happy Birthday NetBeans - interview with Jaroslav "Yarda" Tulach". Netbeans.org. Archived from the original on May 17, 2008. Retrieved May 17, 2008.
  7. ^ "A Brief History of NetBeans IDE". Netbeans.org. Archived from the original on August 31, 2013. Retrieved May 17, 2008.
  8. ^ "Java founder James Gosling endorses Apache takeover of NetBeans Java IDE". InfoWorld. September 13, 2016. Retrieved September 19, 2016.
  9. ^ "NetBeans Incubation Status". Retrieved August 4, 2017.
  10. ^ "Why GPL v2 Frequently Asked Questions". netbeans.org. Archived from the original on February 11, 2019. Retrieved August 2, 2017.
  11. ^ "The Apache Software Foundation Announces Apache NetBeans as a Top-Level Project". blogs.apache.org. April 24, 2019. Retrieved July 12, 2019.
  12. ^ a b c d Motroc, Gabriela (October 5, 2016). "Oracle developers will be involved in at least two Apache NetBeans releases". Jaxenter. Retrieved 2016-10-07.
  13. ^ "Profiler". Netbeans.org. Archived from the original on August 5, 2008. Retrieved May 17, 2008.
  14. ^ "Swing GUI Builder (formerly Project Matisse)". Netbeans.org. Archived from the original on July 29, 2013. Retrieved May 17, 2008.
  15. ^ "Javascript". Netbeans wiki. March 31, 2007. Archived from the original on April 10, 2008. Retrieved 2008-04-19.
  16. ^ "Java Web Applications". Netbeans.org. Archived from the original on October 18, 2012. Retrieved April 19, 2008.
  17. ^ "Web & Java EE". Netbeans.org. Archived from the original on May 9, 2008. Retrieved May 18, 2008.
  18. ^ "Netbeans Bugzilla - Bug 186731". Retrieved May 23, 2012.
  19. ^ "TFL10nCommunityStatus - NetBeans Wiki". Wiki.netbeans.org. Archived from the original on August 13, 2010. Retrieved July 18, 2013.
  20. ^ "Catalan localization group at OpenSolaris". Archived from the original on July 16, 2011. Retrieved August 2, 2017.
  21. ^ "NetBeans.org Community News: Go Multilingual with NetBeans IDE 5.5.1!". Archived from the original on November 18, 2016. Retrieved August 2, 2017.
  22. ^ "NetBeans Community News". netbeans.org. Archived from the original on August 4, 2020. Retrieved August 2, 2017.

Further reading

[edit]
  • Boudreau, Tim; Glick, Jesse; Greene, Simeon; Woehr, Jack; Spurlin, Vaughn (October 15, 2002). NetBeans: The Definitive Guide (First ed.). O'Reilly Media. p. 672. ISBN 0-596-00280-7.
  • Heffelfinger, David (October 31, 2008). Java EE 5 Development with NetBeans 6 (First ed.). Packt Publishing. p. 400. ISBN 978-1-84719-546-3. Archived from the original on August 2, 2014. Retrieved April 29, 2009.
  • Myatt, Adam (February 21, 2008). Pro Netbeans IDE 6 Rich Client Platform Edition (First ed.). Apress. p. 491. ISBN 978-1-59059-895-5. Archived from the original 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 (Second ed.). Prentice Hall. p. 424. ISBN 978-0-13-239552-6.
  • Böck, Heiko (July 1, 2009). The Definitive Guide to NetBeans Platform (First ed.). Apress. p. 450. ISBN 978-1-4302-2417-4. Archived from the original on April 2, 2012. Retrieved November 18, 2010.
  • Petri, Jürgen (August 11, 2010). NetBeans Platform 6.9 Developer's Guide (First ed.). Packt Publishing. p. 288. ISBN 978-1-84951-176-6. Archived from the original on January 30, 2010. Retrieved August 17, 2010.
  • Böck, Heiko (December 28, 2011). The Definitive Guide to NetBeans Platform 7 (First ed.). Apress. p. 592. ISBN 978-1-4302-4101-0. Archived from the original on March 13, 2016. Retrieved January 19, 2012.
  • Wexbridge, Jason; Nyland, Walter (March 25, 2014). NetBeans Platform for Beginners (Second ed.). Leanpub. p. 361.

External links

[edit]
  • Media related to NetBeans at Wikimedia Commons
  • Official website Edit this at Wikidata


  • 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
  • Cocoon
  • 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
  • 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
Oracle free and open-source software (FOSS)
Software
Applications
  • OpenOffice.org
  • VirtualBox
Programming languages
  • Java
Databases
  • Berkeley DB
  • InnoDB
  • MySQL
  • Oracle NoSQL Database
Frameworks and
development tools
  • DTrace
  • GlassFish
  • HotSpot
  • Image Packaging System
  • Java (software platform)
  • Maxine Virtual Machine
  • Memory
  • Nashorn
  • NetBeans
  • OpenJDK
  • VisualVM
Operating systems
  • OpenSolaris
  • Oracle Linux
Other
  • Java Desktop System
  • OCFS2
  • Oracle Grid Engine
  • Oracle VM Server for x86
Related
  • Google LLC v. Oracle America, Inc.
  • 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
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
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
Sun Microsystems logo
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
Databases
  • Oracle Database
  • MySQL
  • InnoDB
  • Berkeley DB
  • TimesTen
  • Rdb
  • Essbase
Programming languages
  • Java
  • PL/SQL
IDEs
  • JDeveloper
  • Forms
  • NetBeans
  • Apex
  • SQL Developer
  • Developer Studio
Middleware
  • Fusion Middleware
  • WebCenter
  • SOA Suite
  • WebLogic Server
  • Coherence
  • Tuxedo
  • GlassFish
Operating systems
  • Oracle Linux
  • Oracle Solaris
Computer hardware
  • Sun Fire
  • SPARC (T series, Enterprise)
  • StorageTek
Computer appliances
  • Oracle Exadata
  • Oracle Exalogic
  • Big Data Appliance
Education and recognition
  • Oracle Certification Program
  • Category
Authority control databases Edit this at Wikidata
International
  • GND
National
  • United States
  • Czech Republic
  • Israel
Retrieved from "https://teknopedia.ac.id/w/index.php?title=NetBeans&oldid=1331405723"
Categories:
  • 2000 software
  • Apache Software Foundation projects
  • Android (operating system) development software
  • Code navigation tools
  • Cross-platform free software
  • Formerly proprietary software
  • Free computer programming tools
  • Free HTML editors
  • Free integrated development environments
  • Free software programmed in Java
  • Free UML tools
  • Free web software
  • Integrated development environments
  • Java development tools
  • Java platform
  • Linux integrated development environments
  • Linux programming tools
  • MacOS programming tools
  • MacOS text editors
  • Programming tools for Windows
  • Software development kits
  • Software using the Common Development and Distribution License
  • Sun Microsystems software
  • Web development software
Hidden categories:
  • Pages using the EasyTimeline extension
  • Articles with short description
  • Short description matches Wikidata
  • Use mdy dates from December 2019
  • Commons category link from Wikidata

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id