Re: Please help

"Dave Brosius" <[email protected]> Fri, 9 Feb 2007 08:08:07 -0500
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <001901c74c4b$59182040$6501a8c0@MeBigFatGuy>
There is a fine tool in BCEL called BCELifier which given some java class, 
will generate a class that generates that class.

http://www.onjava.com/pub/a/onjava/2003/10/22/bcel.html?page=2

----- Original Message ----- 
From: "chinmoy chakraborty" <[email protected]>
To: <[email protected]>
Sent: Friday, February 09, 2007 7:01 AM
Subject: Please help



Hi Guys,

Could you please tell me what will be the bcel code to generate following 
code?


Class cls = abc.class;

Thanks a lot.

Chinmoy