Ubuntu 10.10 Can not Select Framework on Netbeans 6.9.1

When we create new Project and want to select Framework like 'Java Server Faces' or other there is a check box that can not be check :(.
This Problem because Java Platform (java-6-open-jdk) is not Compatible with Ubuntu 10.10.
The solution is try using 'java-6-sun' on Synaptic known as 'sun-java6-jdk'
Edit netbeans.conf and change
netbeans_jdkhome="/usr/lib/jvm/java-6-sun"

5 comments:

  1. Great, thanks! Solved my problem.

    ReplyDelete
  2. Excelent!!!
    Thanks!!
    I solved My Problem

    ReplyDelete
  3. Thanks, solved my problem.
    Do you know if OpenJDK plans to compliant with 10.10 ?

    ReplyDelete
  4. @snail : sory never hear before ...

    ReplyDelete

Featured Post

Install gammu on centos 7

To install Gammu on CentOS 7, follow these steps: 1. Update the system: Bash sudo yum update 2. Install dependencies: Bash sudo yum install...