I created a JAR file like this:
jar cf Predit.jar *.*
I ran this JAR file by double clicking on it (it didn\'t work). So I ran it from the
To run jar, first u have to create
executable jar
then
java -jar xyz.jar
command will work