edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
715 stars 107 forks source link

FXlauncher with ant project #195

Open pathtoscience opened 3 years ago

pathtoscience commented 3 years ago

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.

pathtoscience commented 3 years ago

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.