From a252ec1c1fff6f26b6286b0e3a1c488b0ea64474 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Wed, 3 Apr 2019 10:27:34 -0400 Subject: [PATCH] GT-2725: Preventing log4j from using optional jansi.dll on Windows (#286). --- Ghidra/RuntimeScripts/Common/support/launch.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ghidra/RuntimeScripts/Common/support/launch.properties b/Ghidra/RuntimeScripts/Common/support/launch.properties index 29583412e6..eb7f7a0396 100644 --- a/Ghidra/RuntimeScripts/Common/support/launch.properties +++ b/Ghidra/RuntimeScripts/Common/support/launch.properties @@ -68,3 +68,6 @@ VMARGS=-Dfont.size.override= # generates uncaught exceptions. Disabling it can be helpful when trying to debug what went # wrong because the ContinuesIntercepter affects the usefulness of the stack trace. #VMARGS=-DContinuesInterceptor.disabled + +# Prevent log4j from using the Jansi DLL on Windows. +VMARGS=-Dlog4j.skipJansi=true