mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
GT-2725: Preventing log4j from using optional jansi.dll on Windows
(#286).
This commit is contained in:
parent
9ba25cb99c
commit
a252ec1c1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user