Reputation: 102
I am trying to download and install PMD plugin for Eclipse offline but did not succeed in doing so.
I downloaded following 2 zips:
Not sure which one to use and how to configure it in Eclipse.
I searched a lot but did not find proper steps for the offine installation and configuration.
Upvotes: 3
Views: 11204
Reputation: 372
You can get the latest 4.0 version of the plugin by pointing your Eclipse installer here: http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
Upvotes: -1
Reputation: 1686
In case it contains site archieve:
Goto Help->Install New Software
Click Add...
In the Add Repository Dialog click Archive and point to your zip. Rest of the installation is as you would do with an online installation.
Else:
Extract the zip Copy all plugins to your target eclipse plugins folder
Copy all features to your target eclipse features folder
launch eclipse with -clean option
Upvotes: 3