fix freej2me error "Can't connect to X11 window server"

This commit is contained in:
d9k
2025-11-04 16:54:37 +05:00
parent 1de08a5ae7
commit 8ca255ba5c

View File

@@ -202,6 +202,7 @@ case ${EMULATOR} in
export JAVA_HOME
PATH="$JAVA_HOME/bin:$PATH"
export PATH
export _JAVA_OPTIONS="-Djava.awt.headless=true"
;;
easyrpg*)
# easyrpg needs runtime files to be downloaded on the first run