问题
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