Free cookie consent management tool by TermsFeed Developer Setup [Connected System Plug-Ins]
Developer Setup

Overview

In this page, we walk you through everything you need to setup your local machine to develop and connected system plug-in.

Note:  To build and test a connected system plug-in, you will need the ability to deploy a plug-in and change custom properties on that server. This means a running local installation.

Set up your local machine

Note:  You can create plug-ins using any IDE or code editor, but this document and examples are geared towards IntelliJ users with many IntelliJ-specific instructions.

Set up IntelliJ

To set up IntelliJ:

  1. Download and install IntelliJ.
  2. Download and install Java 17 JDK.
  3. Configure IntelliJ to add the Java 17 JDK by following the steps outlined in the IntelliJ documentation.

Download and unzip the examples

  1. Download the Hello World example here.
  2. Unzip the downloaded file into the directory you want the project to live in.

Developer Setup

FEEDBACK