Wednesday 17 February 2016

Ho to resolve error such as "java.lang.IncompatibleClassChangeError: Implementing class" in while running pom through Eclipse IDE

If you see any such error as like below


java.lang.IncompatibleClassChangeError: Implementing class

Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError: Implementing class


1) Try to do maven clean by right clicking on the pom.xml in the project.
2) Right click on all the projects that has dependencies choose  Maven--> Update Project... --> then select check box Force Update of Snapshots/Releases run maven install and do update
3) Then run maven install by right clicking on the pom.xml in the project.


No comments:

Post a Comment