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
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