Eclipse Network Connection Error during Update
In my previous post, I mentioned a reboot seemed to fix my network connection error when I tried to update. However, the problem was actually that the path length to Eclipse was too long. The folder I copied Eclipse to was this, which resulted in broken updates:
C:\Program Files (x86)\Eclipse-3.3-wpf
However, Eclipse Updates started working when I changed to folder name it to this:
C:\Program Files (x86)\E-3.3-wpf
Weird, huh!?