On Wed, Mar 22, 2023 at 1:50 PM Stakanov via openSUSE Users <users@lists.opensuse.org> wrote:
ntropy@localhost:~> LC=All /home/entropy/bin/XiaomiADBFastbootTools.jar
Try installing java-binfmt-misc, it may enable starting the jar file directly. ...
Oh, and then I tried also: entropy@localhost:~> LC=All java /home/entropy/bin/XiaomiADBFastbootTools.jar
JAR file is not a Java program, it is archive of Java classes. As long as there is main class defined in this archive, you can run it using java -jar XiaomiADBFastbootTools.jar which is what the wrappers in package java-binfmt-misc do.
why it does not react on LC=All I do not know,
Why do you expect it to react to this in the first place? Setting the environment variable LC has no impact on program locale.
you may tell me,
I am pretty sure you were told it more than once already. Anyway, LC_ALL=C LANGUAGE=C ...