When I clicked SDK Manager on Program Files or run it in cmd
, nothing happened. I did:
I had the same problem, running X64 Java (1.7.0_03-b05)
. Even though I had both C:\Program Files\Java\jre7\bin
and C:\Program Files\Java\jdk1.7.0_03\bin
listed in my path, it wouldn't start - just flashed a command prompt.
The tools\lib\find_java.bat
file was reporting that it was attempting to run C:\Windows\system32\java.exe
but failed. Huh? I checked, and found outdated copies of java.exe
, javaw.exe
and javaws.exe
in my C:\Windows\system32
. How did those get there, I didn't put them there!
I deleted those three files from C:\Windows\system32
and the problem was fixed.
Thinking about it, the problem likely would have been fixed by making sure thatC:\Program Files\Java\jre7\bin
and C:\Program Files\Java\jdk1.7.0_03\bin
were at the START of my PATH variable instead of tacked onto the end.