I've tried searching through java documentation. I could not find anything on opening a jar file inside of a java application. To further explain what I`m trying to do I will use an example. MinecraftForge has a folder where all of the mods get loaded from using jar files.
I would like to be able to put jar files inside a folder that will be used by the application. Is this possible and could somebody point me in the right direction.