OverviewCopy link to clipboard
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 machineCopy link to clipboard
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 IntelliJCopy link to clipboard
To set up IntelliJ:
- Download and install IntelliJ.
- Download and install Java 17 JDK.
- Configure IntelliJ to add the Java 17 JDK by following the steps outlined in the IntelliJ documentation.
Download and unzip the examplesCopy link to clipboard
- Download the Hello World example here.
- Unzip the downloaded file into the directory you want the project to live in.
FeedbackCopy link to clipboard
Was this page helpful?