java - SpringSourceToolSuite windows 7 32 bit installer is pointing to wrong JRE -



java - SpringSourceToolSuite windows 7 32 bit installer is pointing to wrong JRE -

i trying install springsourcetoolsuite on windows7 32 bit machine , having issue springsource tool suite installer .exe file looking old jre , not new jdk, how can create installer point new jdk instead of old jre?

here error message getting:

the registry refers non existent java runtime environment installatio or runtime corrupt. scheme cannot find path specified.

any suggestions?

go window>preferences select java list on left, installed jres click add... select standard vm point jre directory (ex. c:\program files\java\jdk1.6.0_20) , give name , click finish.

find sts.ini file in root directory, seek adding first line in file, create sure points jdk, need set -vm , path on different lines.

-vm c:\program files\java\jdk1.6.0_20\bin\javaw.exe

you can seek using zip installer instead of .msi installer.

java windows eclipse sts-springsourcetoolsuite

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -