I've been using OTA_Deployer.jar for a while to deploy releases to users to test my app. I last used it successfully in January this year. When I tried to use it today, nothing happened when I double clicked the file. If I run it from the command line
I get this error:
The link shows:
Commercial support for JavaFX 8 has officially ended and JavaFX has been removed from Oracle JDK 8 and JRE 8 releases as of April 15th, 2025 (8u451 and later).
It would java Java's been updated since I last ran the OTA_Deployer :-(
Does anyone have any suggestions on how best to deploy ad-hoc releases to users to test? Or am I best just to upload test apps to Apple and use TestFlight?
java:
java -jar OTA_Deployer.jar
error:
Error: JavaFX has been removed from JDK 8.
Visit https://www.oracle.com/javase/javafx/ for more information.
The link shows:
Commercial support for JavaFX 8 has officially ended and JavaFX has been removed from Oracle JDK 8 and JRE 8 releases as of April 15th, 2025 (8u451 and later).
It would java Java's been updated since I last ran the OTA_Deployer :-(
Does anyone have any suggestions on how best to deploy ad-hoc releases to users to test? Or am I best just to upload test apps to Apple and use TestFlight?