79459175

Date: 2025-02-22 06:54:38
Score: 1.5
Natty:
Report link

From xorg This can be caused by a headless jre/jdk. You need a normal one.

For example, here's how I found my headless JDK package and replaced it:

dpkg --list | grep -i jdk

enter image description here

sudo apt remove openjdk-21-jdk-headless

sudo apt install openjdk-21-jdk

enter image description here

./jmetter

=> OK

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nguyễn Dương