1

I need setup NetBeans on Ubuntu 12.04,but it got this error

enter image description here

Please help me. Thanks everybody

Wilf
  • 30,194
  • 17
  • 108
  • 164
kidsoul
  • 21
  • 1

1 Answers1

1

Install openjdk by:

sudo apt-get install openjdk-7-jdk

It installs several extra packages. After that netbeans find jdk automatically and normal installation completed smoothly...

Maythux
  • 84,289