Hi all,

I have try to create a jar file using jar command as follows.

Code:
jar cf my-jar-file all-input-files
It create a jar file only, there is no manifest file. When I execute the my-jar-file it says that,

Failed to load Main-Class manifset attribute from my-jar-file

Anybody have an idea why is that.