Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
191 views
in Technique[技术] by (71.8m points)

java - The specified JDK Version is "2724.0.0.0.0", while the maximum is "500.0.0.0.0"

While installing the Netbeans IDE latest version, i encountered the error

"The specified JDK Version is "2724.0.0.0.0", while the maximum is "500.0.0.0.0" "

Not sure on what is causing this issue. Class Path, Java Home all have been set correctly. Even the jdk path is given correctly in the Netbeans

Error

Kindly help me in the same.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

NetBeans 12.5 runs using a JRE which should be either version 8 or 11 (14 also works). To be able to run it, you should install JDK 8 or JDK 11 (Recommended because they are LTS), you can also use JDK 14.

Update: I tried JDK 16.0.2 and it also works. JDK 17 still doesn't work


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...