diff --git a/nb/ide.branding/release-toplevel/README.html b/nb/ide.branding/release-toplevel/README.html index f55428f84e58..6b3bf6a679b4 100644 --- a/nb/ide.branding/release-toplevel/README.html +++ b/nb/ide.branding/release-toplevel/README.html @@ -27,11 +27,16 @@
-NetBeans IDE is an integrated development environment (IDE) for writing,
+
+
NetBeans IDE is an integrated development environment (IDE) for writing, compiling, testing, and debugging software applications for -the JavaTM platform and other environments. +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.
@@ -49,19 +54,14 @@Use the provided uninstaller found at /netbeans-install-directory/uninstall.sh.
- Do not manually delete the directories and files.
Deinstallation 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. On Microsoft Windows Vista systems, this directory is generally found at C:\Users\user-id\.netbeans\version.
- On other Microsoft
- Windows systems, this directory is generally found at C:\Documents
- and Settings\user-id\.netbeans\version.
- On Solaris and Linux, this directory is found at
-/$HOME/netbeans_user
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.
+