Saturday, October 31, 2009

OW2 Consortium : ASM 3.0

OW2 Consortium : ASM 3.0

ASM is nice tool to decompile the class files and also helps us to manupulate and modify the class files directly without modifying the original JAVA source. This tool usefull for instrumenting jars like,

  • Adding debug statements - on need basis without modifying the original source
  • Correcting particular line of code directly in testing environment where we do not have original source.
  • and lot more...


Even ASM provides plugin which helps seemlessly converts class file and which helps us to compare the actual and compiled format code.

Check the following URL http://asm.ow2.org/index.html

Recent Posts

Unix Commands | List all My Posts

Texts

This blog intended to share the knowledge and contribute to JAVA Community such a way that by providing samples and pointing right documents/webpages. We try to give our knowledege level best and no guarantee can be claimed on truth. Copyright and Terms of Policy refer blogspot.com