Java Agent - Re-import class files (automate)

Hi all,

I have an agent that I have written with eclipse. We have a common code base for running the agent via DIIOP (comamnd line app) as well as via a GUI (NSF file). To update the NSF file, I go into Designer, click the agent, and then choose ‘re-import class files’ (choosing the updated jars).

Does anyone know of a way to automate this? Maybe a command-line too to ‘import these jar files’ into the NSF file? Or maybe just before running the agent, it can get the updated jars (maybe via lotus script or function).

Any help is appreciated.