I am trying to install SpringSourceToolSuite on windows7 32 bit machine and having an issue where springsource tool suite installer .exe file is looking for old jre and not to the new jdk, how can i make installer to point to new jdk instead of old jre?
Here is the error message that am getting:
The Registry refers to non existent
Java Runtime Environment installatio
or runtime is corrupt. The system
cannot find the path specified.
Any suggestions?
Find your sts.ini file usually in the root directory, try adding this as the first line in the file, make sure it points to your jdk, also sometimes you need to put -vm and the path on different lines.
-vm
C:\Program Files\Java\jdk1.6.0_20\bin\javaw.exe
You can also try using the zip installer instead of the .msi installer.