Eclipse 3.7.1 update error

eclipse

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 Comparison method violates its general contract! pops out and the whole update process stucks at that process. Can someone help me with this problem?

I'm using both JDK 7×64 and JRE 7×64
enter image description here

Best Answer

Due to lack of information, I can suggest it's related to eclipse bug 317785, if you are using Java 1.7.

Possible workarounds:
* use JRE6
OR
* when using JRE7, theres a small rarely documented feature set system property java.util.Arrays.useLegacyMergeSort=true This should use old implementation and should not bring up the bug