The new JavaFX 23 has an important bugfix for my app so I need to package with Java 23.
But the MacSigner only supports up to Java 16. What is the recommended way to package for Mac for this situation?
Currently, I am using https://sveinbjorn.org/platypus to package the app as a dmg file by including the jre and starting the app directly with the java -jar command. But I find it has a problem getting the permission to take a screenshot.