Java Plug-ins?
I'm new to java and need someone to point me in the right direction. I抦 trying to put together an application that can load various interfaces at run-time. For example, I want to have tabs for various weapons each with a different interface. For each weapon the specific weapon manufacture will develop the interface that will be loaded and displayed in my application. The idea is to simply drop the interface into a specified folder for a new weapon and have my application automatically create a new tab for it and display the interface.
I know this problem has a lot to do with how the architecture of the application is defined. In C++ a user might develop a DLL to do this, in java how would I go about doing the same?

