How to call JAVA Library function from Formula Language

Hi,

I made a small JAVA library which contains a class with a single function that returns an Integer Value.

I can call the function from LotusScript without problems, but I need to call the function from Formula Language.

Is there a way to do that?

Thanks in advance.

Subject: How to call JAVA Library function from Formula Language

You could call an Agent from the formula Language and from the agent you could call the Java library.