Hi folks, after our build process, how can we run...
# tornadofx
g
Hi folks, after our build process, how can we run a tornado fx application using the command line? Which file should I execute? I’ve tried something like
Copy code
cd build/libs

java -jar my_application-0.0.1.jar
but I’ve received something like
no main manifest attribute, in my_application-0.0.1.jar
but I think I’m trying to run the wrong file or maybe I need to run it in another way.