When i try to run the following command :
jar cvfm myjar.jar manifest.txt *.class
I get the following exceptions :
java.io.
A stupid mistake to do (which I did) was to do jar cvfm manifest.txt myjar.jar *.class instead of jar cvfm myjar.jar manifest.txt *.class
jar cvfm manifest.txt myjar.jar *.class