- JDK 21, Eclipse Temurin 21 Recommanded
- Intelij IDEA (Both Community and Ultimate works)
-
An artifact config file is included in git repository.
-
Use Intelij IDEA to "Build artifact" to yield
out\artifacts\webapp_hardware_bridge_jar
.
- JRE 21, Eclipse Temurin 21 Recommanded
- Nullsoft Scriptable Install System
-
Follow "Build from source" instructions to yield
out\artifacts\webapp_hardware_bridge_jar
-
Copy JRE 21 into
./jre
directory -
Run
install.nsi
with NSIS to yieldwhb.exe
- Start application
- GUI:
javaw -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.GUI
- Server:
java -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.Server
- GUI: