NetBeans IDE is an integrated development environment (IDE) for writing, compiling, testing, and debugging software applications for the JavaTM platform and other environments. NetBeans IDE includes a full-featured text editor, visual design tools, source code management support, database integration tools, and many other features.
C:\> netbeans-install-directory\bin\netbeans.exe./netbeans-install-directory/bin/netbeansDeinstallation depends on the way you installed NetBeans.
If you are using the ZIP distribution just delete the extracted folder.
For other installation options (windows installer, mac os pkg, Debian package, ...) please refer to the documentation of the corresponding installation platform.
After removing or uninstalling the IDE you might still have user and cache directories on the system that you may wish to remove (see below).
A default user directory is created the first time you start the IDE. It is used to store your user settings, options and runtime data for personal development servers. In addition to this NetBeans creates a cache directory to store various data used at runtime to speedup operation.
The locations of these directories can be found in the About-Dialog (Main-Menu: Help → About).
C:\Users\username\AppData\Roaming\NetBeans\version.C:\Users\username\AppData\Local\NetBeans\Cache\version.
/.netbeans/version./.cache/netbeans/version.
/Users/username/Library/Application Support/Netbeans/version./Users/username/Library/Caches/Netbeans/version.