Re: how to set JAVA_HOME

2018-10-12 Thread Luke Benes
I first noticed this same error in Arch after a Java version upgrade. Then again after I upgraded Ubuntu from 16.04 to 180.4. My guess is that either this is an error in our autogen.sh Java detection logic or there was a change in the Java installer between Java 8 and Java 10. _

Re: how to set JAVA_HOME

2018-10-10 Thread Rahul Gurung
Im on Ubuntu, and as far as I remeber I installed java from a file download from website. On Wed, 10 Oct 2018 at 11:34, Eduard Ardeleanu < eduardandrei.ardele...@gmail.com> wrote: > For me it's working by having the JAVA_HOME system property set. > What OS do you use? > I've used this article to

Re: how to set JAVA_HOME

2018-10-09 Thread Eduard Ardeleanu
For me it's working by having the JAVA_HOME system property set. What OS do you use? I've used this article to set JAVA configuration in Ubuntu: https://thishosting.rocks/install-java-ubuntu/ echo $JAVA_HOME /usr/lib/jvm/java-8-oracle ./autogen.sh | grep java checking for java... /usr/bin/

how to set JAVA_HOME

2018-10-09 Thread Rahul Gurung
While doing my new build, I get this error, * WARNING : JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script * WARNING : attempted to find JAVA_HOME automatically, but apparently it failed * WARNING : in case JAVA_HOME is incorrectly set, some projects will not be buil