I’m trying to run some lotus script on a button click that will use a 3rd party java toolkit to grab data out of a datastore and put it in some fields in a form.
I am using LS2J to call the java code in question, and put the jar file in a Java script library. (there aren’t any class files or anything there though… just the script library with the jar)
I have Uselsx and use “ScriptLibraryName” in the options for my button, and I have the LotusScript set up to create the appropriate objects and call the methods in the java session.
Unfortunately, when I try to create a new document using this form in Notes, the client crashes with NSD output. The form doesn’t even show up, it just crashes right away.
If I remove the jar file/script library, the form opens fine, but of course it doesn’t work because I need to use that jar library.
Does anyone have any idea what could be causing the crash, and/or who I could get to diagnose my NSD memory dump?