r.yafimchyk
r.yafimchyk

Reputation: 33

Lotus Domino Designer import 3rd party jar file

I'm developing custom Agent for LotusNotes 8.5.

I'd like to use iCal4j jar to convert Calendar issue to ICS format.

Question is: how to import coresponding jar in Lotus Agent ??

Now is written when compile: package 'net.fortuna.ical4j.model' does not exist.

Upvotes: 1

Views: 6253

Answers (1)

Anders Lindahl
Anders Lindahl

Reputation: 42940

You can include jar files in your Notes agent by clicking Edit project.. in the bottom left corner of the agent window. Check the Archives checkbox to see .jar files.

Here's an example: Developing an IBM Lotus Domino agent with JMS

Upvotes: 1

Related Questions