Error when updating p2 enabled RCP application in multiuser environment

杀马特。学长 韩版系。学妹 提交于 2019-12-13 05:47:43

问题


Is that possible to implement the update of my own p2 enabled RCP application in a way that it will function in multiuser environment. What I want to do is identical to eclipse, I want to have my application installed in a location that is read-only to the user. When the user runs, he gets his own writable location, usually under his home directory. The user can install additional features that are stored under this writable location. How is that possible to do. I tested my application and it doesn't work this way by default, my application tries to download updates fails and keep restarting.

Thank you in advance.

Ulyana


回答1:


When you deploy your RCP app, follow the steps in Eclipse multi-user installs to create a configuration area that you can make read-only and then run as another user.

In theory it should be something like:

  1. rcp.exe -initialize
  2. make RCP application directory read-only


来源:https://stackoverflow.com/questions/8743803/error-when-updating-p2-enabled-rcp-application-in-multiuser-environment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!