Hi!
I'm looking to be able to add a user created extension to a program I'm making. The extension should be able to execute on it's on accord, then pass control back to the program when it's done.
So, Say I click a button (it's got a GUI on it), I'd like it to now pass control to a *.jar, so that I can add things to the program after the user has a copy.
I was thinking that I could somehow store the paths to the jars in a .txt, but that's easier to do, this is the hard part.
Thanks in advance,
JT