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"

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...