Results 1 to 3 of 3

Thread: Netbeans doesn't start on Ubuntu

  1. #1
    Join Date
    Dec 2018
    Beans
    11

    Exclamation Netbeans doesn't start on Ubuntu

    With Java installed and JDK installed (in /usr/lib/jvm directory), I can't seem to open Netbeans via the terminal. I installed it with "sudo apt-get install netbeans". I've recently installed Netbeans 8.2 with the .sh file I downloaded online, I ran the script and I could open it, but I got the error message when I tried to create a new Java Project:

    "Not all requested modules can be enabled."

    I have also tried changing netbeans_jdkhome in the /etc directory to "/usr/lib/jvm/java-8-oracle".

    What should I do?

  2. #2
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Netbeans doesn't start on Ubuntu

    Make sure the variable netbeans_jdkhome in /etc/netbeans.conf has the correct value
    Code:
    netbeans_jdkhome="/usr/lib/jvm/java-8-oracle"

  3. #3
    Join Date
    Dec 2018
    Beans
    11

    Re: Netbeans doesn't start on Ubuntu

    Thanks for the quick response. I have checked my variable and it is in the exact format and java-8-oracle is in fact in that directory, but the issue remains.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •