Eclipse Error: Intializing Java Tooling

1

When initializing the Eclipse IDE, the Initializing Java Tooling error is displayed. How do I fix this?

    
asked by anonymous 06.09.2016 / 17:24

1 answer

1

This is one of your projects that is probably causing the problem, you will have to identify one of them that is causing the error java.lang.NullPointerException , this error is very generic, it can be anything you did, pass a null variable to a specific method, type try to use File , and pass null to 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 should be causing the message.

    
06.09.2016 / 17:33