Thursday, June 26, 2008

Java class header Info

Sometimes, we may need to find the version of the class file for OAF pages. The following shell commend will help to find out relevant information about class file;
strings -a ArCusOvrCO.class | grep '$Header'
and, the output will look like;