0% found this document useful (0 votes)
43 views

Installing The Software Netbean

This document provides instructions for installing software on different platforms: 1. For Windows and Linux, run the installer file and follow the on-screen prompts to customize and complete the installation. 2. For Mac OS X, run the installer package, accept the license, select a destination, customize components, and enter credentials to begin installation. 3. For a platform-independent package, extract the ZIP file, run the executable, accept the license, and optionally configure the JDK path before launching the IDE.

Uploaded by

anamariana10
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Installing The Software Netbean

This document provides instructions for installing software on different platforms: 1. For Windows and Linux, run the installer file and follow the on-screen prompts to customize and complete the installation. 2. For Mac OS X, run the installer package, accept the license, select a destination, customize components, and enter credentials to begin installation. 3. For a platform-independent package, extract the ZIP file, run the executable, accept the license, and optionally configure the JDK path before launching the IDE.

Uploaded by

anamariana10
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Installing the Software

Follow the instructions in this section to install the IDE on your system. These installation instructions apply to all
supported platforms. For the list of supported platforms and system requirements, see the release notes.
Microsoft Windows and Linux
To install the software:
1. After the download completes, run the installer.

 For Windows, the installer executable file has the .exe extension. Double-click the installer file to run it.

 For Linux platforms, the installer file has the .sh extension. For these platforms, you need to make the
installer files executable by using the following command: chmod +x <installer-file-name>.
Type ./<installer-file-name> to run the installer.

2. If you downloaded the All or Java EE bundle, you can customize your installation. Perform the following
steps at the Welcome page of the installation wizard:
0. Click Customize.
1. In the Customize Installation dialog box, make your selections.
2. Click OK.
3. At the Welcome page of the installation wizard, click Next.
4. At the License agreement page, review the license agreement, click the acceptance check box, and click
Next.
5. At the NetBeans IDE installation page, do the following:
0. Accept the default installation directory for the NetBeans IDE or specify another directory.
Note: The installation directory must be empty and the user profile you are using to run the installer
must have read/write permissions for this directory.
1. (Applicable only to All or Java EE bundle.) Accept the default JDK installation to use with the
NetBeans IDE or select a different installation from the drop-down list. If the installation wizard did
not find a compatible JDK installation to use with the NetBeans IDE, your JDK is not installed in the
default location. In this case, specify the path to an installed JDK and click Next, or cancel the
current installation. After installing the required JDK version you can restart the installation.
Note: If the JDK version is older than the recommended JDK 8, download and install the latest JDK
update from Java SE Downloads page and restart the NetBeans IDE installer.
6. Click Next.
7. If the GlassFish Server Open Source Edition 4.1.1 installation page opens, accept the default installation
directory or specify another installation location and click Next.
8. If you are installing Apache Tomcat, on its installation page, accept the default installation directory or
specify another installation location. Click Next.
9. At the Summary page, do the following:
0. Verify that the list of components to be installed is correct.
1. Select the Check for Updates check box if you want to check the Update Center for possible
updates.
2. Verify that you have adequate space on your system for the installation.
10. Click Install to begin the installation.
11. At the Setup Complete page, provide anonymous usage data if desired, and click Finish.
Note: If you encounter problems successfully completing the software installation, see Troubleshooting for
descriptions and suggested workarounds for unresolved issues that could affect the installation process.
OS X
To install the software:
1. After the download completes, run the installer. The installer file has the .dmg extension.

2. On the panel that opens double-click the package icon. The package has the .pkg extension. The
installation wizard starts.
3. Click Continue when the "This package will run a program to determine if the software can be installed."
dialog box is displayed.
4. At the Introduction page of the installation wizard, click Continue.
Note: If the JDK version is older than the recommended JDK 8, download and install the latest JDK update
from Java SE Downloads page and restart the NetBeans IDE installer.
5. Review the license agreement and click Continue. Click Accept in the pop-up window to accept the license.
6. At the Select a Destination page, select the drive and click Continue.
7. If you downloaded the All or Java EE bundle, you can customize your installation. On the last installation
wizard panel, press the Customize button in the bottom left-hand side of the panel. The tree of products is
displayed.
8. Select the products you want to install.
9. Enter the administrator's name and password for your system and click OK to begin the installation.

Platform-Independent Package
To run the software:
1. After the download of the platform-independent ZIP file completes, extract it to any folder on your system.
2. Run the executable file located in the netbeans/bin directory.

3. Accept the License Agreement.


4. Click Next. The NetBeans IDE installation starts.
Note: If a compatible JDK installation cannot be found, you might need to manually add a path to the JDK installation
directory by doing the following:
1. Open the netbeans.conf file located in the netbeans/etc directory in a text editor.

2. Enter the location of a compatible JDK installation for the netbeans_jdkhome option. The default
location in Windows is C:\Program Files\Java\jdk1.8.0 or similar.

3. Save the netbeans.conf file and run the executable file in the netbeans/bin directory.
Note: The GlassFish Server Open Source Edition and Apache Tomcat are available only with platform-specific
installers.
Note: To use the GlassFish Server Open Source Edition and/or Apache Tomcat that are already installed on your
machine, in the NetBeans IDE, click Servers on theTools menu. This displays the Add Server Instance Wizard
which helps to register an instance of the required web server with the NetBeans IDE.

You might also like