How to change value of 'Read timeout' of Eclipse's Update Manager?

后端 未结 5 1179
既然无缘
既然无缘 2021-02-08 00:37

How to change value of \'Read timeout\' of Eclipse\'s Update Manager?

I have slow internet connection and I cannot install any plugin, because Eclipse\'s Update manager

5条回答
  •  长情又很酷
    2021-02-08 01:11

    I got the error a lot with version 3.6, but adding the following line to the eclipse.ini helped me a lot:

    -Dsun.net.client.defaultReadTimeout=30000
    

    Add it right after the line with -vmargs

提交回复
热议问题