Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 50468  / 2 Years ago, sun, june 12, 2022, 5:03:05

During installation of Netbeans 7.3 I got this message



the specified jdk folder does not contain jdk


I have openjdk 7 installed on my system using apt-get. I tried to specify the path to /usr/lib/jvm/java-7-openjdk-i386 and also tried to /usr/lib/jvm/java-7-openjdk-i386/bin but nothing works. What should I do?


More From » java

 Answers
1

Got the solution.
As openjdk documentation says I installed openjdk using



sudo apt-get install openjdk-7-jre


But it's not complete installation. After that I used this command



sudo apt-get install openjdk-7-jdk


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


[#31027] Sunday, June 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ditery

Total Points: 9
Total Questions: 116
Total Answers: 119

Location: Grenada
Member since Sun, Dec 20, 2020
3 Years ago
;