> I am following the steps below to set up the Apache Fineract application > on Ubuntu 24.04 Linux OS: >
Why? For local development, or for some reason? (that'll inform the rest of our advice) $ java -version > openjdk version "21.0.6" 2025-01-21 > OpenJDK Runtime Environment (build 21.0.6+7-Ubuntu-124.04.1) > OpenJDK 64-Bit Server VM (build 21.0.6+7-Ubuntu-124.04.1, mixed mode, > sharing) This Java should work but note we test with and--I think--generally recommend Azul Zulu Java builds. $ cd /opt/ > $ git clone https://github.com/apache/fineract.git > $ cd fineract > $ ./gradlew :fineract-provider:bootJar > > Please advise if the above steps are correct. If you want to build a jar, yes. What was the result? What else have you tried?