简体   繁体   English

如何将数据发送到Lotus Notes Eclipse插件

[英]how to send data to a Lotus Notes Eclipse Plugin

I would like to send a message to an Eclipse plugin - that I'm developing - which is installed inside IBM Lotus Notes, from a third party app(an Internet Explorer extension). 我想通过第三方应用程序(Internet Explorer扩展)向安装在IBM Lotus Notes中的Eclipse插件发送消息。

If I access notes.exe with some argument, that won't be forwarded to my plugin. 如果我使用某些参数访问notes.exe,则不会将其转发到我的插件。 I am not really aware of my options here. 我不太了解这里的选择。

Thanks 谢谢

There is no way to do this unless the plugin itself supports some method of communication. 除非插件本身支持某种通信方法,否则无法执行此操作。

You could try calling Platform.getApplicationArgs() which in an ordinary Eclipse RCP will give you the program arguments - I don't know if this works for Lotus Notes. 您可以尝试调用Platform.getApplicationArgs() ,它在普通的Eclipse RCP中将为您提供程序参数-我不知道这是否适用于Lotus Notes。 Eclipse normally just ignores arguments it does not understand so your plugin can support additional arguments. Eclipse通常只是忽略它不了解的参数,因此您的插件可以支持其他参数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM