Hi Chris,

Once you have the bytecode for the class, you can use ClassLoader.defineClass to
make it available to the JVM. Make sure you're using an appropriate ClassLoader.

God bless,
-Toby Reyelts

> What I need is an example of generating a class at runtime and just making it 
> available to be accessed at any future point instead of returning an instance of 
> it immediately. 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to