fxlauncher icon indicating copy to clipboard operation
fxlauncher copied to clipboard

Auto updating launcher for JavaFX Applications

Results 56 fxlauncher issues
Sort by recently updated
recently updated
newest added

**Hi, I like the fxlauncher project; But the following question, I am more confused, I hope to be answered; thank you!~** # Video [https://www.youtube.com/watch?v=roQ19k8xi6Q](https://www.youtube.com/watch?v=roQ19k8xi6Q) ## Test upgrade progress bar passed...

I did try the launcher on several normal javafx applications and it works really nice, however when i did try to do it with spring boot it fails , giving...

If both launch and uri properties are missing, a NullPointerException error occurs like below. > java.lang.NullPointerException at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011) at java.util.concurrent.ConcurrentHashMap.putIfAbsent(ConcurrentHashMap.java:1535) at java.lang.ClassLoader.getClassLoadingLock(ClassLoader.java:457) at java.lang.ClassLoader.loadClass(ClassLoader.java:398) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at fxlauncher.AbstractLauncher.createApplicationEnvironment(AbstractLauncher.java:175) at fxlauncher.Launcher.lambda$start$0(Launcher.java:162)...

When running the mvn install command everything seem to work but MSI part i get this error Error: Bundler "MSI Installer" (msi) failed to produce a bundle. I have WiX...

Hey there, i'm positing a suggestion here to add support for Github Releases to automatically download the JAR from their without having to host the JAR elsewhere

I run deployApp and I get a **app.xml**, **fxlaucher.jar** and **App-1.0.jar** When I try to run the fxlauncher.jar the console output is: `cannot execute binary file: format error` I definitely...

hi, i try to create an native application but meet 2 problem My fxlauncher fxlauncher { applicationVendor 'My Company' // Base URL where you will host the application artifacts applicationUrl...

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...

## Ex) After execute `task:copyAppDependencies` by fxlauncher-gradle-plugin I want to one **fat jar(executable jar)** including all dependencies. Is it possible? (or other solution) ### AS-IS ```xml update -fx-font-weight: bold; -fx-pref-width:...