No, as mentioned in my recent reply (which was done after you sent
this), the bug and ultimate solution was in JavaFX. See JDK-8281089 [1].
I also refer you to PR #734 [2] where this was discussed in detail.
-- Kevin
[1] https://bugs.openjdk.java.net/browse/JDK-8281089
[2] https://git.openjdk.java.net/jfx/pull/734
On 3/10/2022 1:40 AM, Julien DEHAUDT wrote:
Damn... I screwed up... please ignore my last message.
I read to fast and thought the fix was in openjdk11.0.15...
Instead I'd propose back again:
I'm wondering if a "simple" backport of
https://bugs.openjdk.java.net/browse/JDK-8242468 to OpenJDK 11 wouldn't be enough to make
it working.
If so, is there a graceful volunteer ?
/Julien
-----Original Message-----
From: openjfx-dev <openjfx-dev-r...@openjdk.java.net> On Behalf Of Julien
DEHAUDT
Sent: jeudi 10 mars 2022 08:56
To: openjfx-dev@openjdk.java.net
Subject: RE: Missing vcruntime140_1.dll
Replying myself thanks to this list archives.
The issue looks closely related to this discussion:
https://mail.openjdk.java.net/pipermail/openjfx-dev/2022-March/033687.html
Recently resolved: https://bugs.openjdk.java.net/browse/JDK-8282655
/Julien
-----Original Message-----
From: openjfx-dev <openjfx-dev-r...@openjdk.java.net> On Behalf Of Julien
DEHAUDT
Sent: jeudi 10 mars 2022 08:44
To: openjfx-dev@openjdk.java.net
Subject: Missing vcruntime140_1.dll
Hello,
This thread is a follow-up of existing issue on Adoptium GitHub, see
https://github.com/adoptium/adoptium-support/issues/307.
In short we are in a dead end with integrating OpenJFX in OpenJDK 11 for
Windows x86 platforms. We get OpenJFX jmods from Gluon and OpenJDK from
Adoptium.
x86 jmods are only available with JavaFX LTS 17, while using this version with OpenJDK 11
results in "java.lang.UnsatisfiedLinkError: C:\****\jre\bin\glass.dll: Can't find
dependent libraries" because of missing library on the system (vcruntime140_1.dll).
I'm wondering if a "simple" backport of
https://bugs.openjdk.java.net/browse/JDK-8242468 to OpenJDK 11 wouldn't be enough to make
it working.
If so, is there a graceful volunteer ?
Thanks and Regards,
Julien