0

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..

Tunaki
  • 132,869
  • 46
  • 340
  • 423
Jeyatharsini
  • 95
  • 2
  • 11

2 Answers2

0

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.

Alexis Dufrenoy
  • 11,784
  • 12
  • 82
  • 124
0

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!

Community
  • 1
  • 1
Jeyatharsini
  • 95
  • 2
  • 11