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 <
robert....@gmail.com> 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 <sberg...@redhat.com>
> 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
>> LibreOffice@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>>
>
>
>
> --
> http://about.me/rbuj
>



-- 
http://about.me/rbuj
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to