Eclipse Check For Updates always fails to check for updates-solution

Recently tried to use the popular Java IDE- Eclipsethe Help -> Check For Updatesupdate Eclipse, the result is always saying the update was not found:
No Updates Found diagram

1. Check for updates

First, visit the Eclipse download address to get the latest version (currently 2020-06):
2020-06
Look at the Eclipseversion in the system ( Help -> About Eclipse IDE):
Go to Help
version
If the online version is equal to the current version (as shown in the picture), so be System.exit(0);it. . . Don't be wronged Eclipse. . .

2. There is an update but cannot be resolved

Open the "Available Software Sites" window:
Insert picture description here
Method 1: In the prompt window, click the "available software sites" link:
Insert picture description here
Method 2: Click Window -> Prefrences -> Install/Update -> available software sites:
Insert picture description here
Find Latest Eclipse Release, tick the red dot, click Apply and Close, and check for updates again.
Insert picture description here

Guess you like

Origin blog.csdn.net/write_1m_lines/article/details/105397393