0

My pc has Oracle JDK 1.6_24 and need to install Netbeans 7.3.1. OS is Ubuntu. Since Netbeans asks JDK 1.7, installation of Netbeans cannot be processes. Any possibile thing I can to install Netbeans ?

EDIT: I can not install JDK 1.7 and need to keep 1.6 version because of another reason. So need to run Netbeans installer on JDK 1.6

Débora
  • 5,816
  • 28
  • 99
  • 171

1 Answers1

4

Just install Java 7, then install Netbeans 7.3.
When running Netbeans you still chan choose version of JDK and set it to 1.6_24 for your projects.

EDIT:
You can install JDK 1.7 in an other folder, you don't have to overwrite your JDK 1.6 folder. For installation just choose the new installation, for programming take your older JDK 1.6_24.

Obl Tobl
  • 5,604
  • 8
  • 41
  • 65