Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 12 additions & 23 deletions nb/ide.branding/release-toplevel/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,13 @@ <h3>To stop the IDE:</h3>
<ul>
<li> From the IDE, choose File &gt; Exit.</li>
</ul>
<h3>To uninstall the IDE (Microsoft Windows)</h3>
<ul>
<li>Use the Add/Remove Programs utility. Do not manually delete the directories
and files.</li>
</ul>
<h3>To uninstall the IDE (Solaris OS or Linux)</h3>
<p>Use the provided uninstaller found at <code>/</code><var>netbeans-install-directory</var><code>/uninstall.sh</code>.
Do not manually delete the directories and files. </p>

<h3>To uninstall the IDE (Mac OS X)</h3>
<ul>
<li>Drag the program folders or files to the Trash. Note that the default location for the IDE is <tt>/Applications/NetBeans/</tt>.</li>
</ul>
<h3>To uninstall the IDE</h3>
<p>Deinstallation depends on the way you installed NetBeans.</p>
<p>If you are using the ZIP distribution just delete the extracted folder and
you are done.</p>
<p>For other installation options (windows installer, mac os pkg, Debian package,
...) please refer to the documentation of the corresponding installation
platform.</p>

<h3>Finding Documentation for NetBeans IDE</h3>

Expand All @@ -73,20 +67,15 @@ <h3>Finding Documentation for NetBeans IDE</h3>
href="https://netbeans.apache.org/help/index.html#documentation">https://netbeans.apache.org/help/index.html#documentation</a>.
This document also provides links to further documentation.</li>

<li>Help documentation is available within the IDE. From the main menu, choose Help > Help Contents.
The Help menu also provides links to other useful documents.</li>

</ul>


<h3>NetBeans IDE user directory</h3>
<p>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 <code>C:\Users\</code><i>user-id</i><code>\.netbeans\</code><i>version</i>.
On other Microsoft
Windows systems, this directory is generally found at <code>C:\Documents
and Settings\</code><i>user-id</i><code>\.netbeans\</code><i>version</i>.
<p>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 systems, this directory is generally found at
<code>C:\Users\</code><i>user-id</i><code>\AppData\Roaming\NetBeans\</code><i>version</i>.
On Solaris and Linux, this directory is found at
/<i><var>$HOME</var></i><code>/netbeans_user</code></p>
<i><var>$HOME</var></i><code>/.netbeans/</code><i>version</i>.</p>
</body>
</html>
Loading