Re: Can't restart my app with the latest JDK, regression.

2024-02-06 Thread Davide Perini
Thank you for sharing this info, I think it can be very interesting for the JavaFX community since most of us use JPackage to bundle our JavaFX apps :) Regards, Davide Il 05/02/2024 20:03, Kevin Rushforth ha scritto: For others who might be curious, Davide filed a bug via bugreport.java.com a

Re: Can't restart my app with the latest JDK, regression.

2024-02-05 Thread Kevin Rushforth
For others who might be curious, Davide filed a bug via bugreport.java.com and it is now available here: https://bugs.openjdk.org/browse/JDK-8325203 It is almost certainly a bug in jpackage. -- Kevin On 2/5/2024 2:01 AM, Davide Perini wrote: Hi John, thanks for the answer. The problem happ

Re: Can't restart my app with the latest JDK, regression.

2024-02-05 Thread Davide Perini
Hi John, thanks for the answer. The problem happen even with other JDKs like the Azul, corretto... The weird thing is that to reproduce it you need to package the program with jpackage and then execute the program using the generated exe. This is the only code needed to reproduce the issue.

Re: Can't restart my app with the latest JDK, regression.

2024-02-04 Thread John Hendrikx
Hi, Does that Temurin build contain JavaFX, or is it just a new Temurin build?  Did you change anything else besides the JDK used?  You could try other JDK's (openjdk, corretto, etc) as well. Is there anything being logged that may indicate what went wrong? That all said, it seems really unl

Re: Can't restart my app with the latest JDK, regression.

2024-02-04 Thread Davide Perini
Wrong list sorry, this is a message for the users one... Il 04/02/2024 02:49, Davide Perini ha scritto: Hi there, my JavaFX 21.0.2 app experienced a very weird regression when switching from Temurin OpenJDK21U-jdk_x64_windows_hotspot_21.0.1_12 to OpenJDK21U-jdk_x64_windows_hotspot_21.0.2_13 I

Can't restart my app with the latest JDK, regression.

2024-02-03 Thread Davide Perini
Hi there, my JavaFX 21.0.2 app experienced a very weird regression when switching from Temurin OpenJDK21U-jdk_x64_windows_hotspot_21.0.1_12 to OpenJDK21U-jdk_x64_windows_hotspot_21.0.2_13 I use this method to restart my app. public void restart() { // path to my exe app plus one string arg