imTigger / webapp-hardware-bridge

Silent print and serial ports for web!
MIT License
139 stars 74 forks source link

How to run the configurator on Linux #53

Open eldy opened 9 months ago

eldy commented 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)

mtbochaca commented 7 months ago

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