problem running on linux (ubuntu 21.10) ?
souhaiebtar opened this issue · 1 comments
Describe the bug (mandatory)
i install jdk 11 from adoptium.net
, i also downloaded from jdk 11 with jfx and without jfx from azul.com
,
i even tried jdk 17
i tried jre 11 and jdk 11 from ubuntu repo,
but every time i run java -jar ~/Downloads/ns-usbloader-5.2.jar
( i also tried 5.2 legacy, 5.1 and 4.5)
but nothing seem to work,
(it work properly on windows, i downloaded the same jdk 11 from adoptium.net but for windows)
is every any laid on how to run it
Information about environment (mandatory):
- OS: ubuntu 21.10 (x64)
- openjdk version "11.0.14.1" 2022-02-08
Steps to reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots and/or information from application log
If applicable, add screenshots to help explain your problem.
Did you see this issue in previous versions?
Yes / No / Don't know
Additional context
Add any other context about the problem here
it finally worked using Openjdk 11.0.14.1 with openj9 vm
from https://developer.ibm.com/languages/java/semeru-runtimes/downloads
, the openjdk 11
that use hotspot
jvm won't run ns-usbloader