So I'm creating a game that I want to be able to add more characters in without recompiling the whole thing. Is there a way java automatically detects classes or is there a way I can access a class at runtime by a string so that I can just read a text file and know what classes to get?
If so, can you guys give me links to sites that may help?
Thanks