Re: Windows Installation Instructions, All DLL Files Missing

2020-04-20 Thread Christopher Miles
o: openjfx-dev@openjdk.java.net Subject: [EXTERNAL] Windows Installation Instructions, All DLL Files Missing I manage a project[0]  that leverages JavaFX. It's been a while since I've worked on this project, almost two years. At that time JavaFX was bundled with the Java runtime from Oracle. The few

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-20 Thread Kevin Rushforth
: [EXTERNAL] Windows Installation Instructions, All DLL Files Missing I manage a project[0]  that leverages JavaFX. It's been a while since I've worked on this project, almost two years. At that time JavaFX was bundled with the Java runtime from Oracle. The few customers I had would simply run

RE: Windows Installation Instructions, All DLL Files Missing

2020-04-20 Thread David Grieve
: Friday, April 17, 2020 2:56 PM To: openjfx-dev@openjdk.java.net Subject: [EXTERNAL] Windows Installation Instructions, All DLL Files Missing I manage a project[0]  that leverages JavaFX. It's been a while since I've worked on this project, almost two years. At that time JavaFX was bundled

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-20 Thread Kevin Rushforth
Can you try running your app with the following two flags? java -Djavafx.verbose=true -Dprism.verbose=true That might help diagnose the problem. -- Kevin On 4/18/2020 11:18 AM, Christopher Miles wrote: Yep, that's where I downloaded it from. > PS C:\Users\cmiles\source\repos\xmltool> java

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-20 Thread Michael Paus
Yes, that's what I use in my example together with jlink and jpackage. Am 20.04.20 um 03:55 schrieb Eric Bresie: Would jdeps help to see what dependencies are needed? Eric Bresie ebre...@gmail.com On April 18, 2020 at 1:44:43 PM CDT, Michael Paus wrote: Hi Christopher, I do not know what

Re: Re: Windows Installation Instructions, All DLL Files Missing

2020-04-19 Thread Eric Bresie
Would jdeps help to see what dependencies are needed? Eric Bresie ebre...@gmail.com > On April 18, 2020 at 1:44:43 PM CDT, Michael Paus wrote: > Hi Christopher, > I do not know what your specific problem is but maybe you just have to > shift your goals a little bit. > Continuing like you did in

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-18 Thread Michael Paus
Hi Christopher, I do not know what your specific problem is but maybe you just have to shift your goals a little bit. Continuing like you did in the Java 8 days is not a good idea for various reasons. The current trend for distributing desktop software with Java is to build a platform specific

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-18 Thread Christopher Miles
Yep, that's where I downloaded it from. > PS C:\Users\cmiles\source\repos\xmltool> java --version > openjdk 14.0.1 2020-04-14 > OpenJDK Runtime Environment (build 14.0.1+7) > OpenJDK 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing) When I look at the "bin" directory that came with the

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread Kevin Rushforth
From where are you getting your OpenJDK build? https://jdk.java.net/14 ? Somewhere else? -- Kevin On 4/17/2020 2:16 PM, Christopher Miles wrote: Yeah, I've tried it with both. The instructions on the JavaFX page tell you to add the "lib" directory to the `javac` path and the "mods" to the

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread Christopher Miles
Yeah, I've tried it with both. The instructions on the JavaFX page tell you to add the "lib" directory to the `javac` path and the "mods" to the `jlink` path. I figured, since nothing is working, why not try them the other way around? In all cases the results are the same. I'm using OpenJDK,

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread Kevin Rushforth
Where are you getting JDK 14.0.1 from? Does it include the Microsoft VS2017 DLLs and Windows SDK DLLs in jdk-14.0.1/bin? There are 45 of them (40 of them are of the form api-ms-win-*.dll). The JavaFX 14.0.1 sdk includes them, but the jmods do not. See JDK-8207015 [1] for why not. If the JDK

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread hohonuuli
I build several JavaFX projects with cross-builds for Windows, Mac, Linux. Note that I build the projects with Java 11, then use Java 14 packager to build the final installer. So my examples require that you set a JPACKAGE_HOME env variable that points at the Java 14 home. Anyway, here’s an

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread Christopher Miles
I have downloaded both the "mods" and the SDK. I put them alongside the JDK on my workstation. C:\Program Files\Java\jdk-14.0.1 C:\Program Files\Java\javafx-sdk-14 C:\Program Files\Java\javafx-jmods-14.0.1 If I remove the path `C:\Program Files\Java\javafx-sdk-14\bin` and point`jlink`

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread Scott Palmer
I use jlink and jpackage to distribute JavaFX applications. You suggest there will be a problem if you use jlink, but it will work if you include the needed javafx modules. The .jmod files contain the necessary native libraries and jlink will build a JRE that has the DLLs in the right place for

Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread Christopher Miles
I manage a project[0]  that leverages JavaFX. It's been a while since I've worked on this project, almost two years. At that time JavaFX was bundled with the Java runtime from Oracle. The few customers I had would simply run the application from the bundled launcher and as long as they had