Java Market Place 在 Eclipse Luna 中不起作用
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24772674/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Market Place not working in Eclipse Luna
提问by tusharagrawa
I have installed Eclipse Luna(4.4) on my system using the binary file and it is having the MPC plugin which is downloaded from the site :
我已经使用二进制文件在我的系统上安装了 Eclipse Luna(4.4) 并且它有从站点下载的 MPC 插件:
http://download.eclipse.org/mpc/luna/
Still i am unable to find the Market Place in the Help tab, but in the
我仍然无法在“帮助”选项卡中找到 Market Place,但在
About Eclipse >> Installation Details >> Installed Software' , 'Marketplace Client' is visible.
About Eclipse >> Installation Details >> Installed Software' ,'Marketplace Client' 可见。
Please help me how to Launch it.
请帮助我如何启动它。
Edit- Attaching the screenshot from Eclipse which shows the MarketPlace is installed, still it is not showing in Help Menu
编辑 - 附上来自 Eclipse 的屏幕截图,显示 MarketPlace 已安装,但它仍未显示在“帮助菜单”中
采纳答案by Tiko
Go to Help/Install new softwarefrom the menu, select the Juno update site (http://download.eclipse.org/releases/juno'try this repository'), and look for the Marketplace client it is in the General Purpose Tools category
从菜单转到帮助/安装新软件,选择 Juno 更新站点(http://download.eclipse.org/releases/juno'try this repository'),然后在通用工具中查找它所在的 Marketplace 客户端类别
回答by Zoltán Ujhelyi
Either drag-and-drop the install URL from the Marketplace website to your Eclipse instance (the main toolbar is a good drop target), or open Help/Eclipse Marketplace... to start it. See also the Marketplace documentation.
将安装 URL 从 Marketplace 网站拖放到您的 Eclipse 实例(主工具栏是一个很好的放置目标),或者打开 Help/Eclipse Marketplace... 来启动它。另请参阅市场文档。
回答by vibeeth
->open (your eclipse luna folder)-->configuration-->config ->open the config file with wordpad and add the below lines at the end.
-> 打开(你的 eclipse luna 文件夹)-->configuration-->config -> 用写字板打开配置文件并在最后添加以下几行。
org.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
org.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
->save the config file ->Now restart the eclipse luna and try to access the market place.
-> 保存配置文件 -> 现在重启 eclipse luna 并尝试访问市场。
回答by FDB
Did you try update your Eclipse installation?
您是否尝试更新 Eclipse 安装?
I had the same problem and I solved it selecting all updates from:
我遇到了同样的问题,我从以下位置选择了所有更新来解决它:
Help -> Check for Updates
帮助 -> 检查更新
I hope this helps.
我希望这有帮助。