user2986018
user2986018

Reputation: 431

In IBM Domino, how can you retrieve Java Class files from Agents and Script Libraries

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

Answers (1)

Jesse Gallagher
Jesse Gallagher

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

Related Questions