Import jar-files into java libraries

I am making a pdfwriter for my domino database. To do this I use apache fop project. This consist of several jar-files that I import into “Edit Project” in the Domino Agent. This works well.

However, when I want to put this into a java library in order to use LS2J, I have a problem. It seems that the jar-files will not load.

When I delete all jar-files in the library and copy them into jvm\lib\ext, everything works well. But, this is not a solution, because the rendering to pdf function is just a nice to have function and I don’t want to deploy all these jar-files to all users just because of this little function.

It’s basically the Driver class that fails when I try this, but I guess that is because it is the first class that I try in the code.