I am writing a tool in lotus notes and need to change location in the code. The only way I found to do this is with lotusscript. So, I wrote a lotus script agent that changes the location, but when I try to call it from an java agent using the Agent.run() method, I recieve an Notes exception.
I need to know either
a. Can I run a lotusscript agent from a java agent? If so is there anything special I need to do?
b. Is there a way to change location with java?