Thanks Gaurav Shankar CS Deptt , Rutgers University
From: "Juozas Baliuka" <[EMAIL PROTECTED]> Reply-To: "BCEL Users List" <[EMAIL PROTECTED]> To: "BCEL Users List" <[EMAIL PROTECTED]> Subject: Re: class to JavaClass file Date: Mon, 31 Mar 2003 17:25:44 +0200
Sometimes it can work on system classes too, classloader can not define system class, but you can try depricated "defineClass(byte[] b, int pos, int len)" method, I am not sure this will work for classes like Object or String, and it is no way to define classes for arrays.
> Hi, > Im trying my class loader with BCEL, Im looking Constant pool of each class > used by my application, even system classes, for that I need to convert > class file ( which I get as result of findSystemClass() ) and convert it to > JavaClass file. > > > regards > > Gaurav Shankar > > _________________________________________________________________ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
