Re: Windows Installation Instructions, All DLL Files Missing

2020-04-20 Thread Christopher Miles
les\Java\javafx-sdk-14\bin For the jlink question, look at jmod. You'll use jmod to bundle up the dll's and whatever else you need, then jlink to create the custom runtime. -Original Message- From: openjfx-dev On Behalf Of Christopher Miles Sent: Friday, April 17, 2020 2:56 PM T

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-18 Thread Christopher Miles
think that using `jlink` with the mods is the way to go, as long as I can figure out why that is not working. Thank you for your help with this. :-) Kevin Rushforth wrote on 4/17/2020 17:34: From where are you getting your OpenJDK build? https://jdk.java.net/14 ? Somewhere else?

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread Christopher Miles
hics,javafx.media,javafx.swing,javafx.web MyApplication If this doesn't work without you putting javafx-sdk-14/bin in your PATH then something else is wrong. -- Kevin [1] https://bugs.openjdk.java.net/browse/JDK-8207015 On 4/17/2020 1:18 PM, Christopher Miles wrote: I have downloaded both the

Re: Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread Christopher Miles
well. Scott On Apr 17, 2020, at 2:55 PM, Christopher Miles wrote: 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 si

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