This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes How to add 3rd party jar in Eclipse PMD plugin. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "How to add 3rd party jar in Eclipse PMD plugin." Watch "How to add 3rd party jar in Eclipse PMD plugin." New topic
Author

How to add 3rd party jar in Eclipse PMD plugin.

Suraj Jadhav
Greenhorn

Joined: Mar 10, 2010
Posts: 25
Hi,

I wanted to use GDSSecurities's PMD (https://github.com/GDSSecurity/GDSPMDSECRULES) rule set for my development code. But those ruleset depends upon pmd-gds-1.0.jar which is GDS's custom jar. To resolve the jar dependency I have added pmd-gds-1.0.jar into my Eclipse's PMD plugin folder's lib directory. I also added the jar's details into MANIFEST.MF for PMD plugin under Bundle-ClassPath section. Following are the my environment details.

Eclipse Version: Helios Service Release 2 20110218-0911

PMD Plugin version: net.sourceforge.pmd.eclipse.plugin_3.2.6.v200903300643

MANIFEST.MF


But whenever I tries to import the rule set I am getting following error.

I am not able to figure out that what is going wrong.

Any help is really appreciated. Thanks in advance.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to add 3rd party jar in Eclipse PMD plugin.
 
Similar Threads
packages and CLASSPATH
Bad version number in .class file
Sending a jsp page as the content of an email
Add zip file to classpath of a webapplication
java-access restriction errors on sun.misc.Cleaner and sun.nio.ch.DirectBuffer