Development Environment Setup

Last modified 04 Nov 2024 11:02 +01:00

Requirements

You will need:

  • Java Development Kit (JDK) 17

  • Maven 3

  • PostgreSQL 15 or newer

  • IDE

Installation (Linux)

Java

  1. Install JDK with command[source]

    apt-get install temurin-17-jdk
  2. Check environment variable JAVA_HOME (should be path to Temuring 17 JDK)

    echo $JAVA_HOME
    java -version

Maven

  1. Install Maven 3 from repository[source]

    sudo apt-get install maven3
  2. Check maven installation

    mvn -v

PostgreSQL

PostgreSQL setup for midPoint can be found in reference documentation here.

IDE (Eclipse, Idea)

Was this page helpful?
YES NO
Thanks for your feedback