Hi all. I was wondering if this is possible in Java. If i have a Client Java application, can I have a "mini" compiler in the application that can read JAVA code runtime (compile it?) and perform the actions in the code based on classes already defined in the application i am compiling this code in?
This would be neat to add code during the life of the application. Thanks for any help in advance.