Instantiating a Java Class from a File
807597Mar 29 2005 — edited Apr 6 2005I've not been able to find how to open a class file and instantiate it from within a java program. The user would see a list of files(from within the application), and would specify select one, and then an object shall be be created by instantiating that class. There must be a way to do this, if anybody knows how, it would be really appraciated.