Reputation: 431
Java Agents and Script Libraries in IBM Domino have a unique container format. It's not clear how to extract specifically the class files from those containers, or where in Domino Designer to extract/export the class files.
How to do this?
Upvotes: 5
Views: 452
Reputation: 4471
A the way to do this is to open the Java agent or script library in Designer, then go to the Navigator view (Window -> Show Eclipse Views...). In there, there will be a stub project for the Java element, and you can right-click on the "bin" dir in there and do Export -> File System to extract the class files.
Upvotes: 2