On Fri, Jan 1, 2016 at 2:50 PM, Daniele <kailed@kailed.net> wrote:
dan@HPa6230:~> grep 'netbeans_jdkhome' netbeans-8.1/etc/netbeans.conf netbeans_jdkhome="/usr" dan@HPa6230:~> echo $JAVA_HOME /usr/lib64/jvm/java
Here's your problem, NetBeans found java executable under /usr/bin and decided that JAVA_HOME is /usr. Change that to /usr/lib64/jvm/java and that should fix it.
But here the point is why I need to fix Netbeans and not how..
How did you install NetBeans, rpm RPM or using official installer or using cross-platform ZIP? Quite possible this is an installer issue, RPM should write the correct value to netbeans.conf and unzip will probably detect it based on JAVA_HOME. So now you too have a reason not to use the installer. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org