when i convert to maven project the error is :
> An internal error occurred during: \"Updating Maven Project\". > Unsupported IClasspathEntry kind=4
In my case the problem was a .settings-folder commited to svn. it contained the wrong settings (in my case the jdk was set to wrong location). So deleting .settings on svn and doing a clean checkout did it.