Creating instances of LotusScript classes using Java

Hello.

I would like to make use of already existing scriptlibraries written in LotusScript from my Java servlet. Is it possible to create java-instances using the classes in these script libraries, or is the only way to do this by calling a lotusScript agent to do all the work?

kind regards

André Brunsal

Subject: RE: Creating instances of LotusScript classes using Java

There’s no way to directly call a LotusScript function from Java code. You can call an agent, of course, but that’s not the same.