I have multiple jar files at a specific location.Based on some calculation ,i need to load different jar files and invoke a certain method inside the jar. The jar file contains methods that act as a client to web services. When i invoke the method using reflection, it throws an error Wrapper class not found.Have you run APT to generate them?
Please help me with the solution for this issue.
Thanks