Bumped to 5.0.beta2

This commit is contained in:
Jiri Vanek 2021-08-06 16:20:02 +02:00
commit 23354267ba
11 changed files with 173 additions and 77 deletions

View file

@ -41,7 +41,7 @@ _set_java_home
set_jvm
# all dependencies must be on classpath
set_classpath java-runtime-decompiler byteman google-gson
set_classpath java-runtime-decompiler byteman google-gson classpathless-compiler
CLASSPATH=$CLASSPATH:${JAVA_HOME}/lib/tools.jar
# set path to agent automatically
@ -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 "$@"