Re: JavaFX 16 requires Visual C++ 2019 Redistributable on Windows?

2021-04-28 Thread thevenet . fred
ar because OpenJDK already bundles them anyway (with the exception of vcruntime140_1, which is why the issue is now showing). -- Fred - Mail original - De: "Kevin Rushforth" À: "thevenet fred" , "openjfx-dev" Envoyé: Mercredi 28 Avril 2021 15:56:13 Objet

Re: JavaFX 16 requires Visual C++ 2019 Redistributable on Windows?

2021-04-28 Thread Kevin Rushforth
Yes, JavaFX 16 uses VS 2019, but those libraries should be distributed as part of the JavaFX 16 bundle. It's possible we have a bug in NaativeLibLoader where they are not getting loaded. -- Kevin On 4/28/2021 6:46 AM, thevenet.f...@free.fr wrote: Hi, I am facing an issue where, after updati

JavaFX 16 requires Visual C++ 2019 Redistributable on Windows?

2021-04-28 Thread thevenet . fred
Hi, I am facing an issue where, after updating to JFX 16, an application fail to start on Windows machines where the MS Visual C++ 2019 redistributable libraries are not installed, with the following exception: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: C:\binjr-3.0.2-SNAPS