Moved to jdk11

This commit is contained in:
Jiri 2020-12-08 13:55:50 +01:00
commit 729c553ab5
4 changed files with 16 additions and 9 deletions

View file

@ -82,5 +82,5 @@ else
echo "Agent was not found and agent path was not set correctly. This has to be done manually in the decompiler GUI, or set AGENT_PATH===path_to_agent_jar in the configuration file: $CONFIG_FILE" >&2
fi
run "$@"
export FLAGS="$FLAGS -Djdk.attach.allowAttachSelf=true"
run "$@"