webapp-hardware-bridge icon indicating copy to clipboard operation
webapp-hardware-bridge copied to clipboard

How to run the configurator on Linux

Open eldy opened this issue 2 years ago • 1 comments

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)

eldy avatar Jan 24 '24 11:01 eldy

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": {}

mtbochaca avatar Mar 15 '24 17:03 mtbochaca