#java.lang.UnsatisfiedLinkError: no USBDevice in java.library.path

5 messages · Page 1 of 1 (latest)

humble hamlet
#

Hello Java Team, I kindly ask your support and/or guidance to solve this java issue in my Debian11 system that isn't allowing to run a .bin app already installed on it and I exhausted all google related entries I could find:

  1. The shell output is here: https://justpaste.it/aia2c
  2. The app behavior is that it tries to be opened in task bar, but finally it stopped and its icon disappears.
    Regards.
livid islandBOT
#

This post has been reserved for your question.

Hey @humble hamlet! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

wraith reef
#

java's looking for libUSBDevice.so in one of these paths

#

if it's missing, it can't link native methods the program asks for, -> fails