Attached are rpm build specs for Sun/Oracle Java 1.7 and 1.8 which I was using to created packages on an private OBS instance. They are nothing more than a "continuation" of the 1.6.0 specs from past openSUSE releases that have been adopted for the newer releases after Oracle changed the licensing, FWIW the 1.6 specs can still be gotten from the build service. -- Later, Darin On Fri, Jan 1, 2016 at 9:02 AM, Stanislav Baiduzhyi <baiduzhyi.devel@gmail.com> wrote:
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