When your development of the agent is complete and you want to move your agent to Notes, follow these steps in VisualAge for Java:
lotus.notes.AgentBase
instead of DebugAgentBase
.Open the agent in Notes and reimport the .class file from the file system. You can now run your agent in Notes.
Writing and Formatting Source Code
Saving Changes to Code
Exporting Bytecode
Setting up for the AgentRunner
Write or Import an Agent
Generating an AgentContext Document
Running and Debugging your Agent