Results 1 to 5 of 5

Thread: netbeans 6.9.1 - can't select framework anymore

  1. #1
    Join Date
    Oct 2007
    Location
    Belgium
    Beans
    146
    Distro
    Ubuntu 10.04 Lucid Lynx

    netbeans 6.9.1 - can't select framework anymore

    hi Ubunteros !!

    I have been using Ubuntu and Netbeans for quite a while now... and never had any real issues...
    But since a couple of days, I encounter this very strange bug...

    It has become impossible for me to select a Framework when creating a new project. Everything works, I just can not check the checkbox...

    This checkbox issue happens in other parts of Netbeans as well...

    I am pretty sure this is due to some updated Java package... but it seems rather difficult to me to figure out where to start looking.

    Using Ubuntu 10.04 (64-bit)
    Netbeans 6.9.1
    JDK openjdk-6-jdk

    So I wondered if any of you are encountering the same trouble... and if so, if you figured out a way to make it work as it used to.

    By the way, it seems the same issue occurs on Ubuntu 10.10 as stated here:
    http://forums.netbeans.org/topic32876.html

    Other interesting readings:
    http://stackoverflow.com/questions/4...184669#4184669

    http://netbeans.org/bugzilla/show_bug.cgi?id=191959

    Thanks a lot in advance,
    "He only earns his freedom and his life Who takes them every day by storm." - Johann Wolfgang von Goethe

  2. #2
    Join Date
    Oct 2007
    Location
    Belgium
    Beans
    146
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: netbeans 6.9.1 - can't select framework anymore

    I found a solution...
    if others have this same problem...
    I wrote down the solution here:
    http://netbeans.org/bugzilla/show_bug.cgi?id=191959

    1. install sun-java
    sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
    sudo apt-get update
    sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts

    2. gksudo gedit /usr/local/netbeans-6.9.1/etc/netbeans.conf
    set netbeans_jdkhome="/usr/lib/jvm/java-6-sun"
    (check your paths !)

    3. save, close and start Netbeans...
    "He only earns his freedom and his life Who takes them every day by storm." - Johann Wolfgang von Goethe

  3. #3
    Join Date
    Apr 2010
    Beans
    98

    Re: netbeans 6.9.1 - can't select framework anymore

    About check paths.. I`ve just spent a lot of time, trying to figure out that NetBeans needs tools.jar and dt.jar to start all the modules. Just copied the lib folder from default-jdk to sun-6-jdk.
    Maybe this will save someone`s time..

  4. #4
    Join Date
    Nov 2009
    Location
    Bari, Italy
    Beans
    27
    Distro
    Ubuntu

    Re: netbeans 6.9.1 - can't select framework anymore

    Is there any way to solve the problem without using Sun Java??

  5. #5
    Join Date
    Dec 2010
    Beans
    4

    Re: netbeans 6.9.1 - can't select framework anymore

    Thanks man... that really worked!

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
  •