On Mon, 8 Nov 2004 23:24:21 +0000 (UTC) Rags <[EMAIL PROTECTED]> wrote:
> How to get source code from bytecode?. I tried > Utility.codeToString(...) but > it only gives in JVM instructions. I want source code for specific > instruction(s) in the byte code. Is there any facility to do that > without reverse engineering whole bytecode?. i use jad for getting the source code out of the class files. http://kpdus.tripod.com/jad.html SL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
