Friday, September 2, 2011

How to view check-sum values in JAR file

I had couple of jar files  and i need to check bot files are same or not. Hence those are signed jars i checked check sum values both of that jars. Following are the commands i have used.

1. Open terminal and traversed to the jar file location.
    Ex :  cd /wso2/project/support

2. Do checksum as follows.
    Ex :  md5sum axis2-1.6.1.wso2v1.jar

3. You will see this output
     "18da73bd555fc231ad0ee7c93291549d  axiom-1.2.11.wso2v1.jar"