the 'org.eclipse mylyn.java.ui.javaAllCompletionProposalComputer' proposal computer from the 'org.eclipse mylyn.java.ui' plug-in

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

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”

 

Eclipse使用的是3.5 for Java EE developer.

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

Oh yeah!

 

转载http://itwangxinli.javaeye.com/?show_full=true

你可能感兴趣的:(java,eclipse,xml,properties,jar,extension)