In a project I\'m currently working on, I need to generate Java classes at runtime. I also need to avoid using reflection when using these classes later on.
Does anyone have any experience in using the ReloadingClassLoader of the Apache Commons JCI开发者_运维技巧 API?