When I try to program the STM32L071KZ on my board using this utility I encounter the error below: $ java -jar BootStm32.jar -p=/dev/ttyUSB0 -f=myprogram.hex 1499874245686 [bootstm32.BootAPI]: Trying connect to STM32 UART bootloader 1499874245686 [bootstm32.BootAPI]: Waiting... [9s] 1499874245697 [bootstm32.BootAPI]: STM32 UART bootloader connected 1499874245714 [bootstm32.BootAPI]: Bootloader version = 3.1 1499874245729 [bootstm32.BootAPI]: Product ID = 0x0447 -> Unknown product All jobs finishe...
After extracting the contents of the archive into a new folder and navigating there on the command line I encounter the following error when trying to run java -jar "BootStm32.jar" or java -cp "lib/RXTXcomm.jar:BootStm32.jar" bootstm32.BootStm32: java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver Exception in thread "main" java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)...
* added licence infos