how to set JAVA_HOME

Eduard Ardeleanu eduardandrei.ardeleanu at gmail.com
Wed Oct 10 06:04:07 UTC 2018


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/java
   checking for javac... /usr/bin/javac
   checking for javadoc... /usr/bin/javadoc
   checking for JAWT lib... -L/usr/lib/jvm/java-8-oracle/jre/lib/amd64
-ljawt
   configure: WARNING: no suitable nasm (Netwide Assembler) found
   checking for JUnit 4... /usr/share/java/junit4.jar
   checking for included Hamcrest... Included in /usr/share/java/junit4.jar
   config.status: creating config_host/config_java.h

Hope it helps.

On Tue, Oct 9, 2018 at 8:51 PM Rahul Gurung <gurungrahul2 at gmail.com> wrote:

> 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 built correctly
>
>
>
> tried few solutions from google and added --with-jdk-home=path/to/jdk but
> it further gives me below error
>
>
> checking whether to add custom build version... no
> configure: error: /usr/lib/jvm//bin/java not found, pass --with-jdk-home
> Error running configure at ./autogen.sh line 296.
>
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20181010/c37c171e/attachment.html>


More information about the LibreOffice mailing list