Hello, I want to use fxlauncher with ant to manage the auto-update of my javafx application once deployed on an online server, the problem is that when i deploy it on local server and launch the fxlauncher.jar it is unable to find the app i deploy with it.
i finaly found that the problem was that i am using a not supported version of java which is java_1.8(the supported version) but now i have problem with deployment on server.
Hello, I want to use fxlauncher with ant to manage the auto-update of my javafx application once deployed on an online server, the problem is that when i deploy it on local server and launch the fxlauncher.jar it is unable to find the app i deploy with it.