Edvin Syse
Edvin Syse
@mordechaim Can you align the API, or maybe we should even consider a major version upgrade with a PR from your fork?
Hmm! OK, please post when you figure it out :)
I think the easiest solution is to just change Line 205 in AbstractLauncher for now. Let's do the rest in a redesigned version. Java 9 is forcing the need for...
The issue is that you don't have a class called `com.greencoding.MyApp` in your `target` folder. Double check the class name and inspect the target folder :) If not, can you...
Directly in your project folder after you have built the project.
The reason is simple - the installer is now able to download the files from the url you provided (http://demo.example is not where you're hosting your application artifacts). Since the...
FXLauncher is packaged with `javapackager` and can do everything `javapackager` can do, but nothing more either. All the supported configuration options are listed in the documentation: https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javapackager.html The "magical" string...
There is no need to include a library, as long as the paths are known it should be fairly simple to add the functionality directly to this project. Anybody want...
Perfect, thanks! Merged now :)
Thanks, I've committed a fix and will release a new version shortly :)