edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
714 stars 110 forks source link

Problem when trying to run the application #127

Closed TioCoding closed 6 years ago

TioCoding commented 6 years ago

Hello, I downloaded fxldemo from the repository and executed the mvn clean package commands to generate the .jar file, now I try to execute the file fxldemo-2.0.jar with the following command: java -jar fxldemo-2.0.jar, but it happens the following problem: no main manifest attribute, in fxldemo-2.0.jar. What mistake am I making? and why do not you let me run the application? I have not modified anything in the Fxldemo code. Thank you

TioCoding commented 6 years ago

I needed to run the fxlauncher.jar and not the name of the application.