Missing vcruntime140_1.dll
Julien DEHAUDT
julien.dehaudt at st.com
Thu Mar 10 07:56:17 UTC 2022
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-retn at openjdk.java.net> On Behalf Of Julien DEHAUDT
Sent: jeudi 10 mars 2022 08:44
To: openjfx-dev at 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
More information about the openjfx-dev
mailing list