I installed JDK x64 for an application that required it to run. It turned out that that application needed x86, so I deleted x64 (it was not in Win7's list of installed software) and installed x86. Now when I go to launch the app I get
The registry refers to a Nonexistent Java Development Kit installation or the runtime is corrupted. The system cannot find the path specified.
Furthermore, java - version returns
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode)
Yes, I checked Windows Path. Yes, it points to the right place.
Thanks much in advance for any help
Joe