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.
  • 相关阅读:
    高斯消去法
    【转】sscanf和sprintf是scanf和printf家族的一对成员
    ps电信
    XNA准备篇(一)
    超级BT的SQL2008 在WIN7下附加 SQL2005的数据库
    绘制半口角
    动态的在输入框边上显示可输入的剩余字符数
    CallContext vs. ThreadStatic vs. HttpContext[待翻译]
    Vista 系统下安装 GhostDoc for Visual Studio 2008
    非常优秀的开源框架地址
  • 原文地址:https://www.cnblogs.com/casperwin/p/6358717.html
Copyright © 2011-2022 走看看