Reputation: 3998
I have a maven project in which i am getting the following error. I am using eclipse IDE
An internal error occurred during: "Importing Maven projects".
Unsupported IClasspathEntry kind=4
Upvotes: 0
Views: 208
Reputation: 61
Here's a better answer: stop using eclipse.
Here's the eclipse bug page: https://bugs.eclipse.org/bugs/show_bug.cgi?id=394042
They seem to have no interest in fixing this issue, so if you require|prefer to use the command line for projects, then really there is no fix but to quit eclipse.
Upvotes: 0
Reputation: 3998
I have followed below steps for resolving this error. The reason for this error is class path file located in your project folder.
project --> Maven --> Disable Maven Nature
).project --> configure --> Convert to Maven Project
).Upvotes: 1