NetBeans is an integrated development environment (IDE) which has been developed primarily for Java, but also with other languages, in particular PHP, C/C++, and HTML5. It is also an application platform framework for Java desktop applications and others, and the NetBeans IDE is written in Java and can run on a variety of platforms like Windows, OS X, Linux, Solaris and other platforms supporting a compatible JVM.
The NetBeans Platform allows applications to be developed from a set of modular software components called modules. Applications based on the NetBeans Platform (including the NetBeans IDE itself) can be extended by third party developers.

NetBeans

Where does NetBeans install your modules?

NetBeans has a nifty little plugin capability allowing you to extend the software with your own plugins. In general you can use the plugin...
Mark Stephens
1 min read

How to use Jemmy with JUnit in NetBeans

We are always constantly looking to improve and refine our testing. Currently we are looking into improving our tests for forms in our PDF...
Lyndon Armitage
59 sec read

NetBeans “Cannot locate java installation in specified jdkhome”?

I recently came across this message when opening NetBeans after updating my Java version. Cannot locate Java installation in...
Leon Atherton
47 sec read