Java 64 fails when using Launcher: Difference between revisions

From RPTools Wiki
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...)
 
No edit summary
Line 6: Line 6:


Then type in:
Then type in:
Code:
 
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.

Revision as of 21:06, 24 December 2010

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.