edvin / fxlauncher

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

how to use fxlauncher to package an offline standalone app #193

Closed lazaroofarrill closed 3 years ago

lazaroofarrill commented 4 years ago

I've tried deploying the app but when i use mvn package and try to run fxlauncher.jar i get the classNotFoundException. I want to export the app to a completly offline package

edvin commented 4 years ago

You haven't provided any relevant information to help debug your situation, but if you intend to not even do updates over the internet you don't need FXLauncher, you might as well just use javapackager directly :)

lazaroofarrill commented 3 years ago

Yeah, thanks. I'm very new to developing with the jvm and was having a really hard time. The assembly plugin for maven was what I was looking for. Once I get to develop real apps I'll delve into the distribution system