Couldn't load Eclipse Marketplace in Eclipse Kepler

核能气质少年 提交于 2019-12-25 16:52:13

问题


I use Eclipse Kepler on Windows 8. When I open Eclipse Market place, its progressing bar still remains in the same place. I have proper internet connection. What might be the problem? Help me.. I couldn't install any new plugins..


回答1:


A wild guess would be your firewall is blocking the access to the marketplace. That's not unusual, especially on business computer. Fortunately, there is an alternative. Go to http://marketplace.eclipse.org/ and select the plugin you need. Then drag the "install" icon and drop it in your Eclipse window. Normally, it should install the plugin.




回答2:


add the following two lines in start of /eclipse.ini

-vm C:/Program Files/Java//bin/javaw.exe

also change

-Dosgi.requiredJavaVersion <(JDK version you are using)1.8>

Now it works...!

I used the answers in the following thread...

Eclipse Kepler not connecting to internet via proxy

thanks guys!



来源:https://stackoverflow.com/questions/24015382/couldnt-load-eclipse-marketplace-in-eclipse-kepler

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