I have a folder of .jar files on my desktop. I want my program to be able to access the class files in the jars and create instances of them. How do I do this?
Edit: The jars are added by the user of my program. I know what folder they are in, and can figure out their names.