I just installed Netbeans 8.0.2 on CentOS 6.5.
When I try to run it, I get a message
Cannot find java. Please use the
I have / usr / share / java -1.7.0, so I typed
/usr/local/netbeans-8.0.2/bin/netbeans --jdkhome /usr/share/java-1.7.0
and still got
Cannot find java. Please use the
I also have / root / Downloads / jdk 1.8.0_40, which allowed me to install Netbeans. However, when I print
/usr/local/netbeans-8.0.2/bin/netbeans --jdkhome /root/Downloads/jdk1.8.0_40
I'm still getting
Cannot find java. Please use the
I tried
whereis java
and received
java: /usr/bin/java /etc/java /usr/lib/java /usr/share/java /usr/share/man/man1/java.1.gz
but
/usr/local/netbeans-8.0.2/bin/netbeans --jdkhome /usr/bin/java
still producing
Cannot find java. Please use the
source share