Releases: PikaTimer/EchoReceiver
v0.6 Beta1
Initial Beta Release.
Note that this is a modular Java app but has a few non-modular dependencies. (er, org.json and org.slf4j) so it is not possible to use jlink/jpackage to create a "real" app yet.
Download and use
To use, install the Java 15 or newer JRE on your system (See https://jdk.java.net/16/ for the current JDK 16 release for Windows, Linux, and MacOS.) and then run the following:
<path to java>\bin\java.exe -jar EchoReceiver.jar
Note that you will see an "Unsupported JafaFX configuration error. I hope to solve this in a future release once we work through jlink, non-modular dependencies, and JavaFX hell.
v0.5 Alpha 1
Initial release.
Note that this is a modular Java app but has a few non-modular dependencies. (er, org.json and org.slf4j) so it is not possible to use jlink/jpackage to create a "real" app yet.
Download and use
To use, install the Java 15 or newer JRE on your system (See https://jdk.java.net/16/ for the current JDK 16 release for Windows, Linux, and MacOS.) and then run the following:
<path to java>\bin\java.exe -jar EchoReceiver-0.5.jar
Note that you will see an "Unsupported JafaFX configuration error. I hope to solve this in a future release once we work through jlink, non-modular dependencies, and JavaFX hell.