sdk install gradle 9.2.0
sdk install java 25.fx-zulu
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
git clone https://github.com/philgentric/klikr.git
this will create a folder "klikr"
cd klikr
gradle run
(this starts the launcher)
to start klikr directly:
gradle klikr
to start the music player directly:
gradle audio_player
(note well: you can run only one player at a time)
Note: as an alternative to gradle, you can use (1) jbang or (2) the mill
sdk install jbang
jbang src/main/java/klikr/Klikr_application.java