Re: [testimonial] Distributing NetBeans Platform App with JavaFX really do work

2020-03-16 Thread Patrik Karlström
>I had created an AppLauncher for JavaFX applications you may be interested in: I can't see how that relates to a (Swing based) NetBeans Platform application with JavaFX. >Custom JDK builds will only work for you unless you somehow package the custom JDK and force the application to use it. I do

Re: [testimonial] Distributing NetBeans Platform App with JavaFX really do work

2020-03-15 Thread Ty Young
On 3/15/20 6:42 AM, Patrik Karlström wrote: Given my problems the last couple of months and seeing people here in the same situation, I thought that I should write about what I ended up doing. It was really easy in the past when one could just distribute the application and then relying on

[testimonial] Distributing NetBeans Platform App with JavaFX really do work

2020-03-15 Thread Patrik Karlström
Given my problems the last couple of months and seeing people here in the same situation, I thought that I should write about what I ended up doing. It was really easy in the past when one could just distribute the application and then relying on the “world wide” JRE to take care of the rest. Tha