Hi,
Thanks for your replay.
I found exe build using maven with 'javafx-maven-plugin' Or Inno Setup tool
but My project is update release every 2 week. so auto update tool for
manage inside client system.
Also i found auto update tool Like
https://github.com/edvin/fxlauncher
https://github.com/up
I have never seen this problem. As for including src.zip in the "lib"
directory, that matches what the JDK has done for years. It may have
something to do with how you are building your JDK? In any case, as
mentioned in a previous email, I do not recommend using a boot JDK with
JavaFX modules t
On 9/21/2018 6:00 PM, Ty Young wrote:
Is requiring the previously released JDK to build JavaFX really
necessary? Does something *actually* break as a result of using an
older boot JDK?
Yes, there is a good reason to do this, and that is to fix JDK-8210092
[1], which gets rid of the legacy
On 22/09/2018 00:53, Kevin Rushforth wrote:
Please review the following on GitHub:
https://bugs.openjdk.java.net/browse/JDK-8210092
https://github.com/javafxports/openjdk-jfx/pull/207
https://github.com/javafxports/openjdk-jfx/pull/207/files
This will remove the old JDK-10-based implementati
>> JavaFX does not use exclusive full-screen mode. It simulates full
>> screen by using an undecorated window that is exactly the size of the
>> screen. This means that pop-ups, such as those used by ComboBox and
>> content menus, will continue to work (they use separate windows).
>>
>>-- Kevin
>>