zoukankan      html  css  js  c++  java
  • [Installation] Install Netbeans 8.2 on Ubuntu 14.04

    Install JDK 8

    JDK 8 and later versions are required for installing and running the Java SE, Java EE and All NetBeans Bundles.

    You can download standalone JDK or download the latest JDK with NetBeans IDE Java SE bundle.

    Install Netbeans 8.2

    Download Page: https://netbeans.org/downloads/

    1. After the download completes, run the installer.
      • 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:
      1. Click Customize.
      2. In the Customize Installation dialog box, make your selections.
      3. 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:
      1. 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.

      2. (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:
      1. Verify that the list of components to be installed is correct.
      2. Select the Check for Updates check box if you want to check the Update Center for possible updates.
      3. 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.
  • 相关阅读:
    BZOJ 4025: 二分图
    20180803 题解 Winniechen's Tesst
    前尘浮华一场梦 NOI2018 游记
    UOJ#311. 【UNR #2】积劳成疾
    欢迎到我的新Blog!
    弹飞大爷 BZOJ4764 LCT维护内向基环树森林
    [SCOI2007]修车 BZOJ1070
    KD-Tree
    CDQ分治
    深入解析DC/OS 1.8 – 高可靠的微服务及大数据管理平台
  • 原文地址:https://www.cnblogs.com/casperwin/p/6358717.html
Copyright © 2011-2022 走看看