79122573

Date: 2024-10-24 15:09:50
Score: 0.5
Natty:
Report link

For those who, like me, try to run microemulator on Linux and get an error like in the main question. Run the following commands:

sudo apt remove openjdk-*-headless

sudo apt install openjdk-11-jdk

export DISPLAY=:0

java -jar microemulator.jar
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kolodieiev