I am trying to create a program that will search a specified directory for any other jar files (which I will not know the name of). It will then take the object from that file and create an instance of it that can be referenced later in my program.
I am happy to do the research on how to do this on my own, but do not know what this would be called to even start looking.
Anyone able to point me in the correct direction? Thanks