Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
java netbeans cannot find java 1.8 or higher

while installing java netbeans the alert says "cannot find java 1.8 or higher"

What I have tried:

java development kit added java and restarted the computer
Posted
Updated 19-Aug-19 7:17am
Comments
Richard MacCutchan 17-Aug-19 12:18pm    
Where is the JDK installed?
four systems 17-Aug-19 12:51pm    
F:
Mohibur Rashid 17-Aug-19 12:55pm    
You need to mention OS too.

Anyway, windows or linux
set JAVA_HOME environment variable
for bash
export JAVA_HOME=/usr/local/jdk1.8

for windows
you have to set using computer property.
four systems 18-Aug-19 11:14am    
windows cool would try that thancs

1 solution

the sw had netbeans and netbeans64 earlier clicked on netbeans64 thought it was for 64 bit os which have now clicked on netbeans netbeans is installed now

thought the process should be automatic

thancs for replies
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900