posted 19 years ago
Have you considered using reflection (java.lang.reflect). There is a class named Method, and it has an invokeMethod.
Look at this example. In this case I suppose you have already loaded the necesary classes, if it is not your case, you will have to load them using, for instance, a java.net.URLClassLoader.
[ January 16, 2006: Message edited by: Michael Ernest ]