Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Netbeans will not start

  1. #1
    Join Date
    Dec 2012
    Beans
    14

    Netbeans will not start

    I installed netbeans from the net beans website using this guide
    http://connectwww.com/how-to-install...tu-12-04/2286/

    Everything installed fine , however when i click the shortcut in my menu nothing happens.

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Netbeans will not start

    Try typing the command 'netbeans' into a terminal. This should at least give us some feedback as to what's happening.
    Cheesemill

  3. #3
    Join Date
    Dec 2012
    Beans
    14

    Re: Netbeans will not start

    The program 'netbeans' is currently not installed. You can install it by typing:
    sudo apt-get install netbeans

    If i run the installer again it says it is.

  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Netbeans will not start

    Have you tried installing in the terminal, as the message is suggesting:

    sudo apt-get install netbeans

    ?

  5. #5
    Join Date
    Dec 2012
    Beans
    14

    Re: Netbeans will not start

    That would only install netbeans 7.0 not 7.2

  6. #6
    Join Date
    Dec 2012
    Beans
    14

    Re: Netbeans will not start

    I Installed via the site due to ubuntus's package being unstable.

  7. #7
    Join Date
    Dec 2012
    Beans
    14

    Re: Netbeans will not start

    I tried uninstalling it and running the installer again but nothing worked.

  8. #8
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Netbeans will not start

    What's the output of :
    Code:
    cat /usr/share/applications/netbeans.desktop
    Cheesemill

  9. #9
    Join Date
    Dec 2012
    Beans
    14

    Re: Netbeans will not start

    cat: /usr/share/applications/netbeans.desktop: No such file or directory

  10. #10
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Netbeans will not start

    OK then, can you post the output of:
    Code:
    ls -l /usr/share/applications
    ls -l ~/.local/share/applications
    Cheesemill

Page 1 of 3 123 LastLast

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
  •