The file /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Info.plist contains only CommandLine string for JVMCapabilities key, for this reason OS X doesn't detect a full java runtime installation.
Regards, Robert On Sat, Nov 1, 2014 at 11:32 PM, Robert Antoni Buj i Gelonch < [email protected]> wrote: > Not yet solved. No Java runtime present, requesting install. > > On Sat, Nov 1, 2014 at 8:41 PM, Robert Antoni Buj i Gelonch < > [email protected]> wrote: > >> I think that the following command can solve the issue with Oracle's JDKs. >> >> sudo curl -o /Library/Java/Extensions/javaee-api-7.0.jar -O#L >> http://central.maven.org/maven2/javax/javaee-api/7.0/javaee-api-7.0.jar >> >> >> Regards, >> >> Robert >> >> On Sat, Nov 1, 2014 at 8:19 PM, Robert Antoni Buj i Gelonch < >> [email protected]> wrote: >> >>> HSQLDB requires some J2EE libs that aren't bundled within a standard JDK >>> (javax.servlet). >>> >>> source files: >>> >>> ./workdir/UnpackedTarball/hsqldb/src/hsqlServlet.java >>> >>> ./workdir/UnpackedTarball/hsqldb/src/org/hsqldb/Servlet.java >>> >>> >>> build: >>> >>> ./workdir/UnpackedTarball/hsqldb/classes/hsqlServlet.class >>> >>> ./workdir/UnpackedTarball/hsqldb/classes/org/hsqldb/Servlet.class >>> >>> >>> Regards, >>> >>> Robert >>> >>> On Tue, Oct 28, 2014 at 11:22 AM, Stephan Bergmann <[email protected]> >>> wrote: >>> >>>> On 10/20/2014 01:48 PM, Alexander Thurgood wrote: >>>> >>>>> I encountrered this very same problem, and solved it by installing the >>>>> appropriate JavaforOSX2014-001.dmg, which allowed my build to complete >>>>> the debug tests, but this apparently also has consequences for use of >>>>> third party jdbc drivers that rely on JDK 1.8 >>>>> >>>> >>>> In how far? >>>> >>>> >>>> _______________________________________________ >>>> LibreOffice mailing list >>>> [email protected] >>>> http://lists.freedesktop.org/mailman/listinfo/libreoffice >>>> >>> >>> >>> >>> -- >>> http://about.me/rbuj >>> >> >> >> >> -- >> http://about.me/rbuj >> > > > > -- > http://about.me/rbuj > -- http://about.me/rbuj
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
