Friday, October 29, 2010

Specifying JVM in STS

Although STS is build on top of elcipse it uses STS.ini instead of eclipse.ini for inititializing startup parameter. You need to specify JVM in this file as follows:

-vm
C:/Program Files/Java/jdk1.6.0_22/bin/javaw.exe

Make sure:
  1. -vm and the path are in two seperate line.
  2. This option is set before -vmargs.