【eclipse SVN】eclipse的SVN不能使用报错


报如下提示:

Eclipse:Could not create theview: Plug-in org.eclipse.jdt.ui was unable to load classorg.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.

更新ADT,查看网上一些说svn的问题,

使用Eclipse时,遇到了如下的异常,工作空间(workspace)打不开:Couldnot create the view: Plug-in org.eclipse.jdt.ui was unable to loadclass org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.***


然后在workspace删除了.metadata文件夹,然后重新打开Eclipse进入这个workspace,就可以正常工作了。Eclipse重新加载该workspace时,会重新生成.metadata的。
总之,解决方案就是:删除workspace下的.metadata文件夹,重新打开Eclipse就OK了。

你可能感兴趣的:(eclipse,SVN,解决方案)