Skip to content
psiinon edited this page Jun 5, 2015 · 14 revisions

Building ZAP

You should be able to use any modern IDE to build ZAP.

Please also have a look at (and add to!) the Dev Tips and Tricks page.

Eclipse - quick set up

  1. The quickest way to set up a ZAP development environment is as follows:
  2. Ensure you have a recent version of Eclipse - the Eclipse IDE for Java Developers is a good option
  3. Start Eclipse and select a new (empty) workspace
  4. Select the menu: "File / Import"
  5. Select "Team / Team Project Set" and click "Next >"
  6. Select URL and enter: https://raw.githubusercontent.com/zaproxy/zap-admin/master/ZAP-projectSet.psf
  7. Click "Finish" and wait for Eclipse to pull down all of the projects and build them.

Other IDEs / manual set up

You can also manually import and configure the following projects into your IDE:

Intellij

A guide to develop, run and build ZAP with Intellij can be found here.

Note that this out of date as it refers to ZAP projects on Google Code.

Other IDEs

If you use another IDE for ZAP development then please let us know so that we can add the details to this page :)

Clone this wiki locally