且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法在Eclipse Kepler中加载Eclipse Marketplace

更新时间:2023-01-08 18:18:19

在/ eclipse的开头添加以下两行。 ini



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



还要更改



-Dosgi.requiredJavaVersion<(您正在使用的JDK版本)1.8>



现在工作...!



我在以下线程中使用了答案...



Eclipse开启者未通过代理连接到互联网



谢谢你们!


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

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!