Accelerate the Value of Data

Installing IntelliJ IDEA community edition

Learn how to deploy a custom JAR locally.

Do the following steps to deploy a custom JAR locally.
  1. Download and install the IntelliJ IDEA Community Edition.
  2. Run the IntelliJ IDEA Community Edition.
  3. Click New Project.
  4. Select project type as Maven.
  5. Select Project SDK: 11.
  6. Click Next.
  7. Enter the project name.
  8. Enter Location with path to directory including custom workflow sources.
  9. Click Finish.

    With the IntellijIDEA installed you’ll be able to debug the code of a custom workflow.