Installing plugins for Eclipse offline [duplicate]

牧云@^-^@ 提交于 2019-12-06 14:03:59

问题


I want to install e(fx)clipse for Eclipse Neon, however eclipse is running on a machine that does not have internet access. Is there a way I can manually download a plugin and install it to eclipse?

To clarify: I have access to the internet on another machine that I can use to transfer files onto the machine with Eclipse.


回答1:


you can download the update-site as a zip by modifying the update site adress last part by site_assembly.zip

example : Install URL becomes,

http://download.eclipse.org/efxclipse/updates-released/2.4.0/pluginName
http://download.eclipse.org/efxclipse/updates-released/2.4.0/pluginName_assembly.zip

change version number if you need an other one

and then use this zip to install your plug-in (Help > Install New Software > Add) as you do but instead of adding an update site url select zip and give the zip you download see this answer part 2 for screenshot :



来源:https://stackoverflow.com/questions/38571201/installing-plugins-for-eclipse-offline

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