-
Notifications
You must be signed in to change notification settings - Fork 0
Installation manual
Fredrik Jonathan Marjoni edited this page Apr 21, 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 (or a compatible version)
- Apache Maven
- An internet connection (required for fetching organization data)
- An IDE (recommended):
- IntelliJ IDEA
- Visual Studio Code (with Java Extension Pack)
Clone the repository from GitHub:
git clone https://git.ntnu.no/Group-5/Help-Me-Help.gitAlternatively, download the project as a ZIP file and extract it.
- Open your IDE
- Select Open Project / Open Folder
- Choose the root folder (the one containing
pom.xml)
Open a terminal in the project folder and run:
mvn clean compileThis step will download all required dependencies and compile the source code.
Start the application with:
mvn javafx:runAfter a few seconds, the application window should appear.
- The application uses an 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
- Try reloading Maven dependencies in your IDE
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 from your computer
📘 Project Wiki
Last updated: April 2026
Maintained by (BIDATA) Team 5 in the course IDATT1005