Notes Widget Catalog 在哪里安装新的插件 JAR 文件?
我正在使用小部件目录向用户部署插件。对于大多数用户来说,这很有效,并且关联的 JAR 文件会自动安装到 {Notes-Data}\Workspace\applications\eclipse 文件夹中。但对于几个用户来说,小部件目录尝试将 JAR 文件安装到 {Notes-Program}\framework\shared\eclipse 文件夹中 - 这又会失败,因为用户没有将文件写入此文件夹的操作系统权限。
我想问题是 - Notes/eclipse 客户端如何决定在哪里安装从 Widget Catalog 部署的 jar 文件?这是客户端文件中某处定义的设置吗?
I am using a Widget Catalog to deploy plug-ins to users. For most users, this works and the associated JAR files are automatically installed into the {Notes-Data}\Workspace\applications\eclipse folder. But for a couple of users, the widget catalog attempts to install the JAR files into the {Notes-Program}\framework\shared\eclipse folder - which in turn fails since the users do not have OS permission to write files to this folder.
I guess the question is - how does the Notes/eclipse client decide where to install jar files deployed from the Widget Catalog? Is this a setting defined in a client file somewhere?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于客户端的安装类型。多用户安装会强制将插件安装到 {Notes-Data}\Workspace 文件夹中,而如果您安装单用户客户端(可选择使用 Designer 和 Admin Client),它还会将插件安装到 {Notes-Program }\framework\ 文件夹。
一些插件,特别是。通过 MSI 安装程序(如 Connections Files 插件)安装的程序也可以写入 {Notes-Program}\framework\ 文件夹中。
华泰
This is dependent on the install type of the client. Multiuser-installs force plug-in installation into the {Notes-Data}\Workspace folder, whereas if you install the Single User Client (opt. with Designer and Admin Client), it will also install plug-ins into the {Notes-Program}\framework\ folder.
Some Plug-Ins, esp. those installed though a MSI Installer (like the Connections Files Plug-In), may write into the {Notes-Program}\framework\ folder too.
HTH