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.ardeleanu@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 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@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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.