I'm looking for a possibility to load the Java code dynamically into a class at the run time. The Java Code should be readed from an XML-file. There are just some "If-Then" expressions and should be added into one class and use it like any other class in my project.
Actually my file contains some rule codes which i want to load like cache and use this class further
Does someone know if it is possible in java?
best regards
Abhij