Search code examples
javalotus-dominolotusagent

What should i do to get classes via import statement from external jars in Domino Designer?


I work with Domino server and develop java agents. Usually i put external jar files into script library, but periodically get OutOfMemory. I extracted jar's from script library to jvm/lib/ext. I can get classes via ClassLoader, but can't via import statement. What should i do to get it works via import statement?


Solution

    1. Close Lotus Notes client and Designer.
    2. Place the JARs to your local jvm/lib/ext.
    3. Open Lotus Notes Client and Designer.

    Now you can import the classes.