I have the class name stored in a property file. I know that the classes store will implement IDynamicLoad. How do I instantiate the class dynamically? Right now I have Does the newInstance only load compiled .class files? How do I load a Java Class that is not compiled? Answer How do I load a Java Class that is not