Copying Eclipse from one machine to another

為{幸葍}努か 提交于 2019-12-12 06:37:21

问题


I am trying to include a version of Eclipse in an installation package, that has been prepopulated with plugins from an update site.

I can include all of Eclipse's files into my installer quite easily but when I run Eclipse on the target machine, the list of update sites is lost. E.g. When I run it on my own machine and select Help/Install new software... the "Work with" list contains the recently used update sites. When I run it on the target machine it is empty.

I have tested just copying my Eclipse folder from a network share onto the target machine and get the same results. However, when I run Eclipse directly from the network share the "Work with" list is populated as I would expect.

What am I missing?

Thanks, Alan


回答1:


You most likely missed the configuration directory that is part of the users' home directory (${HOME}/.eclipse for Linux).



来源:https://stackoverflow.com/questions/9208374/copying-eclipse-from-one-machine-to-another

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