在 RCP 插件中哪里可以找到 notes.exe
Where to find notes.exe from within an RCP plug-in
我目前有一个 RCP Eclipse
插件进入 IBM Lotus Notes
。我需要用一些参数调用 notes.exe
二进制文件(有点像来自 .bat 文件),当我知道安装了 WHERE Notes 时,我知道该怎么做。
如何找出 IBM Lotus Notes
的安装位置,以便知道从哪里调用 notes.exe
?
注意:请不要建议我查看典型的安装文件夹,无论它是否是典型的默认文件夹,我都希望能够这样做。谢谢
在 HKEY_CLASSES_ROOT\Notes\shell\open\Command
下的 Windows 注册表中查找
请参阅 answers to this old Whosebug question 以获取 Java 可以 read/write 注册表的代码。
Platform.getInstallLocation() 指向 [Notes_install]/framework/rcp/eclipse 文件夹
只需删除后缀即可安装 Notes
我目前有一个 RCP Eclipse
插件进入 IBM Lotus Notes
。我需要用一些参数调用 notes.exe
二进制文件(有点像来自 .bat 文件),当我知道安装了 WHERE Notes 时,我知道该怎么做。
如何找出 IBM Lotus Notes
的安装位置,以便知道从哪里调用 notes.exe
?
注意:请不要建议我查看典型的安装文件夹,无论它是否是典型的默认文件夹,我都希望能够这样做。谢谢
在 HKEY_CLASSES_ROOT\Notes\shell\open\Command
下的 Windows 注册表中查找请参阅 answers to this old Whosebug question 以获取 Java 可以 read/write 注册表的代码。
Platform.getInstallLocation() 指向 [Notes_install]/framework/rcp/eclipse 文件夹
只需删除后缀即可安装 Notes