Loading of shared libraries required by JFX
Kevin Rushforth
kevin.rushforth at oracle.com
Thu Mar 30 22:18:48 UTC 2023
I haven't had time to look into it in detail. A quick look suggests that
the problem lies in the way the Zulu JDK+FX was built. The libraries
should be in bin/javafx after the fix for
https://bugs.openjdk.org/browse/JDK-8281089 and, as you pointed out,
they aren't there, but are one directory higher, under bin (which is
where they were before that fix).
I have downloaded JDK 20 and JavaFX 20 from jdk.java.net, used jlink to
build a custom JDK with the JavaFX modules, and the JavaFX DLLs are
correctly placed in the bin/javafx dir.
-- Kevin
On 3/30/2023 1:20 AM, Armin Schrenk wrote:
> Hey,
>
> is there any update or suggestion? Did you, @Kevin, had time to look
> into it?
>
> If not, just fyi, i replied to my own message by mistake, so for the
> anwser of your questions, read
> https://mail.openjdk.org/pipermail/openjfx-dev/2023-March/039324.html.
>
>
> Kind regards,
>
> Armin
>
More information about the openjfx-dev
mailing list