How to call eclipse plugin from Lotus Notes C API code

Dear,

I am try to use Lotus C API extension manager mechanism to trap and add some functions before email sending. The extension works, and I would like to show some user interfaces to get input from user. We previously already have the UI written as eclipse plugin. So the question is how can I call eclipse plugin in Lotus C code?

Thanks a lot!

Subject: No official way yet

You have to send a message from the Notes C side to the Java side through IPC (inter-process communication), then hook the message on Java side and call your Eclipse plugin. After it’s done, send a message back to the C side to continue its work.

Subject: call eclipse plugin from notes lotusscript

Yes, currently I am trying the approach to call eclipse plugin from “Lotusscript to Java”, using java socket communication. And need to further identify how to leverage the notes shell, instead of new a shell.