Eclipse 3.5 Unable to install plugins

后端 未结 17 1007
暗喜
暗喜 2020-12-13 04:30

I really don\'t know what\'s going on with Eclipse 3.5 (3.5.0 or 3.5.1, same issues), but it\'s been now 2 days that I\'m struggling with Eclipse to find a way to make the p

相关标签:
17条回答
  • 2020-12-13 05:10

    In my eclipse Luna faced the same issue because of this URL https://sourceforge.net/projects/restfulplugin/files/site/

    So i just Disabled the URL that was Shown in the Error From the Available Software Sites.

    You may Check the URL or Try with the Updated URL reg to that Exception :)

    0 讨论(0)
  • 2020-12-13 05:11

    I had similar problem. I changed Direct connection to Native and it worked.

    Preferences → General → Network Connections.

    0 讨论(0)
  • 2020-12-13 05:12

    We had tons of issues here, namely with the proxy support. We ended-up using Pulse: http://www.poweredbypulse.com/

    Pulse has built-in support for a few plugin, however, you can add third-party plugin and even local jar file quite easily.

    Strangely it does not always use the built-in Eclipse feature, so sometimes when Eclipse become difficult ( like in our case for the proxy business ), you can work-around it with Pulse.

    0 讨论(0)
  • Use the following setting and you will be all set. Go to Window --> Preference --> General --> Network Connection --> select Direct from drop downenter image description here

    0 讨论(0)
  • 2020-12-13 05:13

    Couple of weeks ago I stumbled upon a Problem with Java and a MySQL-Connection. The Problem being that no Connection could be established. Anyway, the fix was to add -Djava.net.preferIPv4Stack=true to the command line.

    I just added the same line to eclipse.ini and as it turns out, it also fixes this issue for me. The option name is pretty self-explainitory: It prefers the IPv4 stack over the IPv6 stack. So this solution may not be viable for everyone.

    0 讨论(0)
提交回复
热议问题