Open eldy opened 9 months ago
The java server is working correctly when launched with java -jar webapp-hardware-bridge.jar
However, how do we launch the configurator when on linux Ubuntu. I use ubuntu 22.04.
$ java -version openjdk version "17.0.9" 2023-10-17 OpenJDK Runtime Environment (build 17.0.9+9-Ubuntu-122.04) OpenJDK 64-Bit Server VM (build 17.0.9+9-Ubuntu-122.04, mixed mode, sharing)
I fixed the problem by manually editing the settings.json file and adding the printer name. There is a similar thing to this: "printers": { "": "SLK-Series", "LABEL": "KM-200", "INVOICE": KM-200 }, "serials": {}
The java server is working correctly when launched with java -jar webapp-hardware-bridge.jar
However, how do we launch the configurator when on linux Ubuntu. I use ubuntu 22.04.
$ java -version openjdk version "17.0.9" 2023-10-17 OpenJDK Runtime Environment (build 17.0.9+9-Ubuntu-122.04) OpenJDK 64-Bit Server VM (build 17.0.9+9-Ubuntu-122.04, mixed mode, sharing)