An error occurred: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so
I got the same error, solved it by installing java-8 and switch to java-8 whenever I need to use jMeter.
sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
An error occurred: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so
I got the same error, solved it by installing java-8 and switch to java-8 whenever I need to use jMeter.
sudo apt-get install openjdk-8-jdk
sudo update-alternatives --config java