tips and tricks, examples,code snippet and links about Java, JavaScript, jquery, css, html, unix/linux, oracle, mysql, php and web designs that related to my interest
Sunday, May 23, 2010
java archive : from .jar to unjar to .jar again
to unjar: jar -xvf abc.jar to jar : jar cf abc.jar *
No comments:
Post a Comment