Sunday 15 December 2013

An internal error occurred during: "Importing Maven projects". Unsupported IClasspathEntry kind=4 fixed

You might have used this command "mvn install" and then you have imported this project in to the eclipse.

 to solve this

 1)Right-click on your project, select Maven -> Remove Maven Nature.
 2)Open you terminal, go to your project folder and do “mvn eclipse:clean”
 3)Right click on your Project and select “Configure -> Convert into Maven Project” This is the error to solve this use above steps.









string-pattern-matched-in-java.html

2 comments:

  1. It worked and really helped me. Thanks

    ReplyDelete
  2. Hi Dilbert, once upon a time I faced some problem. it my pleasure that this saved your time.

    ReplyDelete