Quantcast
Channel: Happy Coding Journal » how to fix the error…
Viewing all articles
Browse latest Browse all 11

“Updating Maven Project”. Unsupported IClasspathEntry kind=4

$
0
0

I’m just playing around with Spring Roo and multi-module Maven projects. When I start to import a project into the STS I am getting the following error and the SDK is getting unresponsive:

“Updating Maven Project”. Unsupported IClasspathEntry kind=4

The problem is somehow related to the m2e plugin integrated in the STS.

So solve this select (right click) on the STS/Eclipse modules

Maven -> Disable Maven Nature
Maven Disable Maven Nature in STS (Eclipse)
Maven Disable Maven Nature in STS (Eclipse)

run in the terminal

mvn eclipse:clean

and select again in STS

Configure -> Convert to Maven Project

 

 

 

The post “Updating Maven Project”. Unsupported IClasspathEntry kind=4 appeared first on Happy Coding Journal.


Viewing all articles
Browse latest Browse all 11

Trending Articles