You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered: