ghidra-python-vscode-devcontainer-skeleton
ghidra-python-vscode-devcontainer-skeleton copied to clipboard
Fix for X11 Display Issue on Linux
The X11 Display variable for certain Linux systems if not run in headless mode can cause an error.
Setting JAVA_TOOL_OPTIONS to -Djava.awt.headless=true should fix this error as it will not look for a display since we are not using one here.
https://www.oracle.com/technical-resources/articles/javase/headless.html