首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

Eclipse日常有关问题解决

2012-08-11 
Eclipse日常问题解决今天在开发的过程中遇到了这个问题:Eclipse Content Assist出错,错误信息大概如下:?th

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,一切正常正常。

热点排行