Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Am I Getting Unexpected URLConnection defaultUseCaches

Tags:

eclipse

All of a sudden my Eclipse environment is getting this error. Code compiles fine from command line so what gives? I have changed nothing around caches. Please don't tell me I have to reinstall Eclipse - why would it get corrupted if that is the case?

Unexpected URLConnection defaultUseCaches

like image 662
efultz Avatar asked Apr 22 '16 15:04

efultz


1 Answers

I solved this problem by closing Eclipse and re-running it with the -clean option:

Eclipse.exe -clean
like image 130
F.Grillo Avatar answered Sep 28 '22 14:09

F.Grillo