-
Notifications
You must be signed in to change notification settings - Fork 0
Installation manual
Lucy Ciara Herud-Thomassen edited this page Apr 23, 2026
·
6 revisions
This guide explains how to install and run the Help-Me-Help application on your computer.
The application is a JavaFX desktop system built using Maven.
Before you begin, make sure you have the following installed:
- Java JDK 25
- Maven
- JavaFX SDK 25.0.1--
Download project zip from the repository.
Navigate to project folder in the terminal:
cd path/to/project/ (linux + mac)
cd path\to\project\ (windows)Start the program by running the main class:
mvn javafx:runGo to repository and download the JAR.
java --module-path "path\to\javafx\sdk" --add-modules javafx.controls -jar path\to\jar.jar- The application uses a H2 database
- No manual setup is required
- The database is automatically initialized when the application starts
Application does not start
- Make sure the correct Java version is installed
Maven command not found
- Ensure Maven is installed and added to your system PATH
Organizations are not loading
- Check your internet connection
- Verify that the Innsamlingskontrollen API is available
To remove the application:
- Simply delete the project folder/jar from your computer
📘 Project Wiki
Last updated: April 2026
Maintained by (BIDATA) Team 5 in the course IDATT1005