eclipse 3.7.1 update error

后端 未结 2 491
忘掉有多难
忘掉有多难 2021-02-05 11:45

I\'m currently using the Eclipse Indigo 3.7 IDE for Java Developers.So today I tried to update it to the latest 3.7.1 but during the update process a error downloading0 with Com

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-05 12:11

    I was able to fix this problem by using this workaround taken from the link suggested by 4e6 and VonC (bugs.eclipse.org/bugs/show_bug.cgi?id=317785):

    To clarify comment #22 for those on JRE7 who can't upgrade to 3.7.1 because of this bug:

    Add the following line to your eclipse.ini: -Djava.util.Arrays.useLegacyMergeSort=true Then run the update to 3.7.1 from inside Eclipse again, it should succeed now. Afterwards, you should be able to drop that line from eclipse.ini again.

提交回复
热议问题