读书人

Eclipse日常有关问题解决

发布时间: 2012-08-11 20:50:31 作者: rapoo

Eclipse日常问题解决

今天在开发的过程中遇到了这个问题:

Eclipse Content Assist出错,错误信息大概如下:

?

the 'org.eclipse mylyn.java.ui.javaAllCompletionProposalComputer' proposal computer from the 'org.eclipse mylyn.java.ui' plug-in did not complete normally. the extension took too long to return from the 'computeCompletionProposals()' operation”

?

后来查看了下错误提示,原来是lib包中导入的jar中包含了一些XML和properties文件,删除之,再次coding,一切正常正常。

读书人网 >Eclipse开发

热点推荐