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.