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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The command `jvs install zulu17` will download the zip file at `https://cdn.azul
33
33
34
34
### <u>Info:</u>
35
35
This does not change the system wide PATH env variable, it calls _putenv in the parent process (so cmd.exe), so that only that process java path will be changed.
36
-
It uses game hacking techniques with VirtualAllocEx, WriteProcessMemory and CreateRemoteThread in order to achieve that.
36
+
It uses VirtualAllocEx, WriteProcessMemory and CreateRemoteThread in order to achieve that.
37
37
38
38
#### External Libraries used:
39
39
- nlohmann json: https://github.com/nlohmann/json (for the json config jvs.json)
0 commit comments