> Not
> jar cmf manifest.txt Billing_Solution.jar *.class
> but
> jar cmf Billing_Solution.jar manifest.txt *.class
Really? That seems braindead to me and the opposite of what the jar
tool does under Unix. There, the files are in the same order as the
flags, so that one would need to specify "jar cfm ..." for the second
solution to work.

Signature
Thomas A. Russ, USC/Information Sciences Institute
Paul Hamaker - 22 Jan 2007 20:53 GMT
Thomas A. Russ schreef:
>.. That seems braindead to me ..
And it would have been, had I been right.
But I wasn't.
--
http://javalessons.com Paul Hamaker, SEMM
Teaching ICT since 1987
ashwinijain - 25 Jan 2007 10:27 GMT
Hey, I got success in creating jar file..
thanks but whenever i am double clicking it, its not executing my
application.
i mean, its giving me the option "Opan with"..
Please tell me how to execute jar file by double clicking it.