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

Hello, I am implementing fxlauncher in my spring boot project. My main class code is as below ![Capture](https://user-images.githubusercontent.com/5657449/64335412-6089e680-cff8-11e9-91a4-27a71db2f83e.PNG) It is creating jar file and but when i am running jar...

Hello, I followed the tutorial and maven example but when I do `mvn clean package` I receive this exception : `[WARNING] java.lang.reflect.InvocationTargetException at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at...

Is it possible to build mac os launcher without deploying artifact to website?

Hi, i've notice that from version 1.0.21 an exception is raised when using the launcher with non-fx application (eg SpringBoot). I think that this ui notification is a little bit...

Hello, I want to use Proguard to obfuscate my main application after building the Project. The problem is, the launcher will download every restart the obfuscated application, maybe because the...

Hello. Tell me where to add JVM properties in the pom.xml file? I need the application to run with the -Dprism.order = sw property.

I run `mvn install` and then try to run `./launcher` which is my launcher's executable, which worked before. But now it just closes with following ``` May 18, 2019 4:00:04...

I've been tinkering with the UI customizations that you can make in the manifest. See #158 When I tried to make the update window big, by setting the wrapperStyle to...

when Executing --> mvn exec:exec@deploy-app """ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (deploy-app) on project Maven-Example: Command execution failed.: Cannot run program "scp" (in directory "C:\Users\iBouce\IdeaProjects\Maven_Demo"): CreateProcess error=2, The specified file...

Hey, I'm struggling for some hours now, to find a way to sign my Native Windows application created by FxLauncher. Could anyone point me in the right direction ? Currently...