Importing a jar file for LS2J use

Is there a way to import a compiled jar file into a Java Library? Actually, I’d just like be able to attach the jar file to the database (so we don’t have to distribute it). Then, I’d like to be able to access the code inside the jar file using LS2J from a Lotus Script agent and.or button.

Currently, I’m copy/pasting the code into Notes and compiling it there, but the Java developer I’m working with needs to use some BEA classes in his code for calling an EJB and isn’t sure that compiling with Notes is the best solution.

Subject: Importing a jar file for LS2J use

In the Java library, click the “Edit Project” button at the bottom. Attach the jar file in the resulting dialog.dgg

Subject: RE: Importing a jar file for LS2J use

oh, that was easy. I just couldn’t see it. Thanks!