eclipse 安装插件(findbug)出了问题

eclipse的javacc插件未安装成功,再次安装会报错:
/*
An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
Error reading signed content.
D:\eclipse\features\sf.eclipse.javacc.feature_1.5.30 (系统找不到指定的文件。)
*/
解决方法:
在命令行里运行:
/*
d:\mycode>cd d:\eclipse
d:\eclipse>eclipse -application org.eclipse.equinox.p2.garbagecollector.applicat
ion -profile epp.package.jee
d:\eclipse>
(epp.package.jee是concfig.ini里eclipse.p2.profile项的值)
*/
运行完上面的命令后,重新安装,可以正常下载了!赞楼主:)
下载完成后,安装过程中出现了提示信息:
/*
Warning: You are installing software that contains unsigned content. The authenticity or validity of this software cannot be established. Do you want to continue with the installation?
  D:\eclipse\plugins\sf.eclipse.javacc_1.5.30
  D:\eclipse\features\sf.eclipse.javacc.feature_1.5.30
*/
都到这步了,狠心选了个“Yes”,OK,装上了!
再次感谢楼主!

posted on 2015-11-26 17:36  快乐编程呀  阅读(671)  评论(0)    收藏  举报

导航