A part of my lotus application is written in java and the classes reside in a Java library. On a form using Lotus Script, I communicate with my Java classes using the module Javacon (LS2J).
When I change something in some Java class, the lotus script doesn't see the changes. I have to close the whole domino designer and open it again in order for the changes to take effect.
I tried:
- Closing Domino client only
- Clean/Build project or all projects
- Compile the java library alone
All of this didn't help. Is there a better way to reload the Java classes?