You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-13Lines changed: 28 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,30 @@
1
1
# DeleteJavaCheck
2
2
**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.
3
-
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.
3
+
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.
This application was written in .NET 6.0. Please ensure you have that installed before running
@@ -16,25 +40,16 @@ For the old launcher location, I'm unaware of where the default location is, but
16
40
## Execution
17
41
Run `DeleteJavaCheck.exe`, and if there's no issues, the file should be deleted
18
42
Note: This program won't say what the errors are (I'm working on this), but there are some problems that may occur:
19
-
- Having a backslash (\) at the end of the directory in location.txt
43
+
- Having a backslash (\) at the end of the directory listed in location.txt
20
44
- Not having admin rights
21
45
- Not having the `\game` folder be the target directory
22
46
- The file may already be deleted.
23
47
24
48
Another thing to note is that this file will most likely be permanently deleted, so remember to run the right version of Java on newer installations
25
49
26
-
# Future releases
27
-
- Add icon to exe
28
-
- Run in background, so there's no need for manual execution
29
-
- Improving error handling or likely points of failure
30
-
- Auto updater
31
-
- .msi installer (?)
50
+
# Future updates
51
+
- Will scan both launchers automatically, provided that they are in the default location
32
52
33
53
# Updating
34
54
This doesn't have an auto updater, but there will be an update at the end of every week, so until that's implemented, check back here every once in a while.
35
55
Most updates won't be QOL (Quality of Life) updates, but mainly just error handling or improving the code, so it's not important to be on the latest release
0 commit comments