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

How do fxlauncher update itself? Any plan for it?

fxlauncher does not seem to work with Java 9, due to javax.xml.bind.JAXB being a Java EE API and not being on the classpath anymore in Java 9 ([related StackOverflow question](https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j))....

Hi guys, I have modified fxlauncher to make it compatible with JDK 9/10/11 removing internal API's and using modules or creating internal functions that act the same as old internal...

Hi, if i update a library (controlsfx-8.40.13 -> controlsfx-8.40.14) the old jar files are not deleted. With maven i build the new app.xml which contain the tag for controlsfx-8.40.14.jar. I...

When the first time starting, it will download about 100M data from S3, sometimes will stack, here is the systemd log: > ● application.service - application service Loaded: loaded (/etc/systemd/system/application.service;...

Application should be launched without network access and the exception should not suppress launching application. Instead received below : java.lang.IllegalArgumentException: Unable to retrieve embedded or remote manifest. at fxlauncher.AbstractLauncher.createApplicationEnvironment(AbstractLauncher.java:162) at...

I would like fxlauncher to display "what's new in this version" information (I know this is possible) then ask user if he/she wants to continue or cancel the installation of...

![image](https://user-images.githubusercontent.com/11808329/40728253-526ab246-6447-11e8-8df0-602604c53cf8.png) java.lang.ClassNotFoundException: com.greencoding.MyApp at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at fxlauncher.AbstractLauncher.createApplicationEnvironment(AbstractLauncher.java:161) at fxlauncher.Launcher.lambda$start$0(Launcher.java:149) at java.lang.Thread.run(Thread.java:748) here is my pom file. it is work fine when your demo project executed. but...

Hi @edvin , I'm trying to use fxlauncher for my application. FXLauncher works and looks great! But I was faced with a problem when build a native installers. FXLauncher don't...

I am trying to use FXLauncher with custom process to build setup and executable files using **Launch4j** and **Inno-Setup** because `javapackager` doesn't allow to configure specific process to delete files...