Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Dukker Jansen   on Nov 10 In Java Category.

  
Question Answered By: Clint Garcia   on Nov 10

If I understand correctly, you need to create  a class in runtime and load it dynamically  and instantiate it.

I remember a class library called "Code Generation Library" or "cglib" is usually used for such scenarios.



I know it is used for creating dynamic classes in interception and aspect oriented frameworks.

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Declaring Member Variables Dynamically Or get search suggestion and latest updates.