New Eclipse: Error while downloading 'http://maven.apache.org/xsd/maven-4.0.0.xsd' to C:\Users\Fabian.Meier\.lsp4xml\

15.3k Views Asked by At

I have installed Eclipse 2020-3 and now facing the error

Error while downloading 'http://maven.apache.org/xsd/maven-4.0.0.xsd' to C:\Users\Fabian.Meier\.lsp4xml\cache\http\maven.apache.org\xsd\maven-4.0.0.xsd.

on every POM. At other places it was suggested to configure the proxy correctly.

But our proxy just does not allow Eclipse to connect to the internet at all.

Can I use my Eclipse offline without facing the error above?

2

There are 2 best solutions below

2
On BEST ANSWER

Try to disable Language Server errors : into Preferences -> Language Servers and turn them all off.

1
On

Try to disable Language Server errors : into Preferences -> Language Servers and turn them all off. -- this worked for me.