svn检出项目报错:background indexer crash recovery

Error:Background Indexer Crash Recovery
java.lang.StackOverflowError

    在myeclipse环境中,用svn导出项目后出现如下错误
 
    background indexer crash recovery 
    java.lang.stackoverflowerror 

 
 
错误原因: 

    项目的 JRE 包没有正常导入,导致Eclipse不能正常的编译project。 

解决方案:
 
    导出项目后,选中项目-右键-->Build Path-->Configure Build Path-->Libraries-->删除未正确导入的包-->添加必须的包。 

你可能感兴趣的:(background)