I am trying to generate a jar file from the following tutorial.
https://github.com/TeamDev-IP/JxBrowser-QuickStart/tree/master/Maven/Swing
$ mvn package
$ find -name '*.jar'
./target/swing-1.0-SNAPSHOT.jar
But when I run it, I got the following problem. Could you show me how to make a jar file and let it run for this tutorial repo?
$ java -jar ./target/swing-1.0-SNAPSHOT.jar
no main manifest attribute, in ./target/swing-1.0-SNAPSHOT.jar