Java 64 fails when using Launcher: Difference between revisions
Jump to navigation
Jump to search
(New page: Open a Command Prompt as Administrator. CD into your C:\Windows\SysWOW64 directory. Check for any java executables there. There shouldn't be any since the launcher isn't working. Then t...) |
m (Taustin moved page java 64 fails when using Launcher to Java 64 fails when using Launcher) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Caution|This was for resolving issues with Java installs a long time ago and should never be done with current (Java 8+) Java.}} | |||
Open a Command Prompt as Administrator. | Open a Command Prompt as Administrator. | ||
Line 6: | Line 8: | ||
Then type in: | Then type in: | ||
mklink java.exe ..\system32\java.exe | mklink java.exe ..\system32\java.exe | ||
mklink javaw.exe ..\system32\javaw.exe | mklink javaw.exe ..\system32\javaw.exe | ||
mklink javaws.exe ..\system32\javaws.exe | mklink javaws.exe ..\system32\javaws.exe | ||
And try the Launcher again. | And try the Launcher again. |
Latest revision as of 23:59, 8 March 2023
Caution:
This was for resolving issues with Java installs a long time ago and should never be done with current (Java 8+) Java.
Open a Command Prompt as Administrator.
CD into your C:\Windows\SysWOW64 directory.
Check for any java executables there. There shouldn't be any since the launcher isn't working.
Then type in:
mklink java.exe ..\system32\java.exe
mklink javaw.exe ..\system32\javaw.exe
mklink javaws.exe ..\system32\javaws.exe
And try the Launcher again.