A workaround that saved a lot of headache for me, because the eclipse doesn't start at all.
Adding the following lines to eclipse.ini helped.
-Dosgi.configuration.area.default=null -Dosgi.user.area.default=null -Dosgi.user.area=@user.home -Dosgi.instance.area.default=null
and then. / eclipse -clean
Then do the update in the help menu.
and then just run eclipse, as you have done so far.
source share