Use the links to download the testbank, which is still a work in progress.
2025-11-21: version 0.4 (MacOS .pkg installer)
Download testbank, beta version 0.4.
This work in progress version now contains testbank selection with basic iteration over questions of a selected testbank.
Please see below workaround to install, as Apple cannot verify the installer.
2025-11-16: version 0.3 (MacOS .pkg installer)
Download testbank, beta version 0.3.
This work in progress version now contains some scaffolding to select a testbank to execute. Behind the scenes, it uses an Angular routerOutlet-like swapping of JavaFX components.
2025-11-01: version 0.2 (MacOS installer)
Fixed the installer for MacOS, download testbank, beta version 0.2
2025-10-31: version 0.2 (executable jar)
Download testbank (testbank-app-0.2-jar-with-dependencies.jar)
Unfortunately, upgrading to a newer version for now broke the .dmg installer. To run:
- Install Java 24+, and note the install location (JAVA_HOME);
- Download JavaFX 25.0.1, extract the zip file in a folder (JAVAFX_HOME);
- run the app with the following command using the command line:
export JAVA_HOME=$(/usr/libexec/java_home -v 24)
export JAVAFX_HOME="/Users/$USER_NAME/software/javafx-sdk-25.0.1"
$JAVA_HOME/bin/java \
--add-modules javafx.controls,javafx.fxml \
--module-path "$JAVAFX_HOME/lib" \
-jar testbank-app-0.2-jar-with-dependencies.jar
2025-10-18: version 0.1
download testbank (TestbankDemo-1.0.dmg)
Workaround ‘Apple cannot verify’
In case you get this warning when opening the downloaded file:

You need to allow opening the installer through System Settings > Privacy & Security and click “Open Anyway” to bypass the warning:

Clicking Open anyway result sin the following prompt that allows you to ‘Open Anyway’.

Leave a Reply