Dynamically Loading Java Class Files: A Technique // Create a File object on the root of the directory containing the class file File, Method m = myclass.getMethod("main", String[].class); String[] args = new String, EDIT: As JB Nizet pointed out in the comments, calling the class'...