NetBeans 8.1 Activation Failure

前端 未结 5 1571
长情又很酷
长情又很酷 2020-12-09 02:51

I am trying to install NetBeans 8.1 on my Ubuntu 14.04.3 LTS. When I try to create a new project, it shows an error, saying that \"not all requested modules can be enabled\"

5条回答
  •  星月不相逢
    2020-12-09 03:40

    I had the same problem with NetBeans 8.1 on Linux Mint 17.2 and I found the solution (during install a have chosen wrong JDK directory).

    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.7.0_67 or similar.
      In my case: /usr/lib/jvm/java-8-oracle/
    3. Save the netbeans.conf file and run the executable file in the netbeans/bin directory.

    https://netbeans.org/community/releases/81/install.html#install_zip

提交回复
热议问题