I wrote a java program that will take data in a Notes document and send it to a java program that will write it to a MySQL database. I wrote the program in Eclipse and tested it there, where it works fine. It requires three libraries in its classpath.
I added the three libraries to my ‘ext’ folder under the notes client. Then I exported my project in Eclipse to a .jar.
I created an Imported Java agent, selected the jar, and indicated the base class.
When the agent runs, I get a class not found exception on one of the classes from one of the required libraries. However, another of the classes IN THE SAME library was found.
I tried adding the libraries as Script Libraries also. This does not work either.
How can I get this to run? I’ve been on this for days now and even opened a ticket with IBM support, but have not found a solution.
Thanks in advance!
Ginni