Method to dynamically load java class files
问题 What would be a good way to dynamically load java class files so that a program compiled into a jar can read all the class files in a directory and use them, and how can one write the files so that they have the necessary package name in relation to the jar? 回答1: I believe it's a ClassLoader you're after. I suggest you start by looking at the example below which loads class files that are not on the class path. // Create a File object on the root of the directory containing the class file