views:

285

answers:

1

I'm trying to install Netbeans 6.9.1 in my Ubuntu 9.04. But when i run the script ./netbeans-6.9.1-ml-linux.sh

The installer GUI displays the error "No compatible JDK was found." And asks for the installed JDK path in next window. Please help me on how to proceed. Thanks in advance.

+1  A: 

Make sure you have installed a Java development kit that is compatible with the Netbeans version you're trying to install in your system. If not, you have to download the JDK and install it. Then try to run the installation again. download the Java JDK from here. You can check whether you have installed an JDK by issuing the command javac at the terminal.

Dananjaya