Skip to content
kingthorin edited this page Mar 30, 2016 · 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

The quickest way to set up a ZAP development environment is as follows:

  1. Ensure you have a recent version of Eclipse - the Eclipse IDE for Java Developers is a good option (Ensure you have a version of Eclipse 4.2 or later installed or if using an earlier version, the "EGit - Git Team Provider" plug-in installed.)
  2. Start Eclipse and select a new (empty) workspace
  3. Select the menu: "File / Import"
  4. Select "Team / Team Project Set" and click "Next >"
  5. Select URL and enter: https://raw.githubusercontent.com/zaproxy/zap-admin/master/ZAP-projectSet.psf
  6. 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:

Please update this page with more detailed instructions for other IDEs!

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 :)

Contributing changes

For details see the Contributing-Changes page (work in progress).

Clone this wiki locally