Re-enable arm64 as it worked; Add option to uninstall java runtime

This commit is contained in:
khanhduytran0 2020-09-20 12:40:08 +07:00
parent c99aab0e80
commit e3435c3cef
8 changed files with 45 additions and 21 deletions

View file

@ -665,7 +665,6 @@ public final class Tools
return out;
}
// Current Useless below but keep it for future usage.
public static void deleteRecursive(File fileOrDirectory) {
try {
if (fileOrDirectory.isDirectory()) {