I have written a JavaFX program with NetBeans on Windows. When I zip it for deployment on a Mac, after the Mac unzips the ".jar", it tells the user that "the software is not safe". If the user continues despite the warning, all is well. How can I get around this deterrent for potential end users?
DCP Setup produces another JAR.
Mac to install the program without suggesting it is unsafe.