From 4b13989c7b56684252c0489993cc717d67ae2a09 Mon Sep 17 00:00:00 2001 From: Evan Galvin <77013913+GalvinPython@users.noreply.github.com> Date: Sun, 22 Jan 2023 20:24:14 +0000 Subject: [PATCH] Deleted decompiled code --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index be491e8..164a91b 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,6 @@ # DeleteJavaCheck **JavaCheck.jar** is a Java file shipped with the Minecraft launcher. This isn't problematic for most, but those that prefer to use newer versions of Java, or mods that are incapable with older versions of Java, can't modify their profiles to use the version that isn't defaulted for that Java version. -Thankfully, it's easy to bypass this by deleting this file, but is reinstalled after every update, so in the long run, this could be a useful application, especially for those rocking the beta launcher. -For those curious, the JavaCheck.java is: -```java -public class JavaCheck { - private static final String[] keys = new String[]{"java.version"}; - - public static void main(String[] var0) { - byte var1 = 0; - String[] var2 = keys; - int var3 = var2.length; - - for(int var4 = 0; var4 < var3; ++var4) { - String var5 = var2[var4]; - String var6 = System.getProperty(var5); - if (var6 != null) { - System.out.println(var5 + "=" + var6); - } else { - var1 = 1; - } - } - - System.exit(var1); - } -} -``` +Thankfully, it's easy to bypass this by deleting this file, but is reinstalled after every update, so in the long run, this could be a useful application, especially for those rocking the beta launcher. # Requirements This application was written in .NET 6.0. Please ensure you have that installed before running