Indeed it works with oracle jdk , first you must create a new oracle
account :)

https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
download the tar.gz for linux 64
cd ~/Downloads
tar -zxvf jdk-8u231-linux-x64.tar.gz
I have moved it to /opt
sudo mv ~/Downloads/jdk1.8.0_231 /opt/
export JAVA_HOME=/opt/jdk1.8.0_231
./build.sh pdf
pdf:

BUILD SUCCESSFUL
😀

On Tue, Jan 7, 2020 at 3:37 PM Norman Dunbar <nor...@dunbar-it.co.uk> wrote:

> Hi Mark,
>
> it has never worked with Open JDK for as long as I've been involved. I'm
> sure I posted either here or in a Doc about it and how to get around it.
>
> Good luck.
>
> Cheers,
> Norm.
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>
> On 7 January 2020 12:24:16 GMT, Mark Rotteveel <m...@lawinegevaar.nl>
> wrote:
>>
>> On 2020-01-06 17:21, Norman Dunbar wrote:
>>
>>> And, if you have got the proper libraries and tools installed, you
>>> need to use an Oracle version of Java with a version 8 or lower, or it
>>> will not build with Open JDK, nor will it build with Java 9 and
>>> higher.
>>>
>>
>> I haven't build the docs recently, but I'd be surprised if it works with
>> Oracle Java 8, but fails with OpenJDK 8. I'll see if I can reproduce it
>> and come up with a fix.
>>
>> Mark
>> ------------------------------
>> Firebird-docs mailing list
>> Firebird-docs@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/firebird-docs
>>
>> _______________________________________________
> Firebird-docs mailing list
> Firebird-docs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-docs
>
_______________________________________________
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs

Reply via email to