edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
715 stars 107 forks source link

The parameter 'executable' is missing or invalid #179

Open tobias-f opened 4 years ago

tobias-f commented 4 years ago

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 && mvn exec:exec@embed-manifest-in-launcher:

The parameter 'executable' is missing or invalid

It seems there is an issue with the javapackager, but I cannot figure out what exactly is the problem.

Thanks a lot.

Best,

Tobias

edvin commented 4 years ago

You need to post your deployment descriptor as a bare minimum :)