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 This is more a question rather than a bug I'm testing fxlauncher with my application (desktop) that is using a preloader class to use a custom splashscreen. main is...

4.0.0 UpdateApp UpdateApp 1.0.0-SNAPSHOT no.tornado fxlauncher 1.0.20 MyApp club.taicooks.Main My Comapny 1.0 https://sublife.co/diet/ ${project.build.directory}/app ${project.build.directory}/installer false UTF-8 org.apache.maven.plugins maven-jar-plugin 2.6 ${app.dir} org.apache.maven.plugins maven-dependency-plugin provided ${app.dir} true package copy-dependencies org.codehaus.mojo exec-maven-plugin...

Hi, i'm trying to set jvmOptions, but not working. I add argument in install phase with argument. it's correct? installer install exec ${java.home}/../bin/javapackager -deploy -native -outdir ${app.installerdir} -outfile ${app.filename} -srcdir...

Follow FXLauncher Demo on site http://fxldemo.tornado.no/, I download fxlauncher from http://fxldemo.tornado.no/fxlauncher.jar and run. If I run with `java -jar fxlauncher.jar`, the demo run successful. but if run with `java -jar...

This adds the java.xml.bind dependency for Java 9+ and also JavaFX for JDK 11+. I can now compile FXLauncher under both JDK 8 and 11. The resulting jar should work...

When I run deployApp it end with error. like this > Execution failed for task ':deployApp'. > scp -r /home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/. [email protected]:www/fxlauncher exited with status 1 > I have change scp...

Hi, How does fxlauncher handle behind proxy scenarios? When experimenting with demo, it failed to connect. `Feb 22, 2018 4:23:51 PM fxlauncher.Launcher lambda$start$0` `WARNING: Error during File Synchronization phase java.net.ConnectException:...

Hello. I have a small problem. I followed your maven example and end up with the following error message, when trying to create the native installer via mvn clean package...

java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory at ru.iss.finance.demand.MainApp.(MainApp.java:9) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang.Class.newInstance(Class.java:442) at fxlauncher.Launcher$1.lambda$createApplication$1(Launcher.java:55) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$179(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$177(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$178(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native...

Hello, I am using fxlauncher in my application. Is there any way to create exe and debian package using fxlauncher api.