Testbank (beta and work in progress)


Use the links to download the testbank, which is still a work in progress.

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)

download and run on a Mac. You need to allow opening through System Settings > Privacy & Security and click “Open Anyway” to bypass the warning:


One response to “Testbank (beta and work in progress)”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *