Error while installing PMD in eclipse

谁说胖子不能爱 提交于 2019-12-11 16:27:36

问题


While installing PMD in eclipse Luna, i am getting some error like could not find jar even after jar is inside the zip file.

what i ve done is, downloaded the zip file of PMD eclipse file from

http://sourceforge.net/projects/pmd/files/latest/download?source=files

and in eclipse > Help > install new software >


回答1:


To install the PMD for Eclipse plugin:

In Eclipse, click on Help -> Install New Software...

Click on Add..

Enter the following: Name: PMD for Eclipse Update Site URL: https://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/ and click OK.

You should see PMD for Eclipse

Select the checkbox next to it and click Next >.

You'll need to accept the license and confirm you want to install a plugin that is not digitally signed. Go ahead and install it anyway.

Restart eclipse.

It will work.



来源:https://stackoverflow.com/questions/31398629/error-while-installing-pmd-in-eclipse

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!