Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: Disposing error while closing a file/project

Tags:

eclipse

Upon closing a file/project I see a pop up wuth the message:

Disposing has encountered a problem. An internal error has occurred. java.lang.NullPointerException

My environment is:

  • Windows 7
  • Eclipse Java EE IDE for Web Developers.
  • Version: Juno
  • Service Release 2
  • Build id: 20130225-0426

Is there any way to fix it?

like image 942
deepujain Avatar asked Mar 26 '13 08:03

deepujain


1 Answers

IF it's caused by m2e, upgrade m2e 0.x to released 1.4. The problem will be fixed.

like image 50
Skyouth Avatar answered Oct 18 '22 03:10

Skyouth