Eclipse Error: Intializing Java Tooling

Asked

Viewed 1,284 times

1

When I start the Eclipse ide the Initializing Java Tooling error is shown. How to fix this ?

inserir a descrição da imagem aqui

  • Try the command on cmd like this c:\ecplise\eclipse.exe -clean (change c: eclipse to your installation folder)

1 answer

1


This is one of your projects that is causing the problem you will probably have to identify, one of them that is causing the error java.lang.NullPointerException, this error is very Generic, it can be anything you have done, but usually it is when trying to pass a null variable to a specific method, like trying to use File and pass null in the file name.

You can try "clean mode":

c:\ecplise\eclipse.exe -clean

I still recommend that you review all your projects, or a lib or one of them must be causing the message.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.