Introduction¶
Squish defaults to using the client VM.
To change this to the server VM, use a plain text editor to edit the file %appdata%\froglogic\Squish\ver1\server.ini
on Windows or ~/.squish/ver1/server.ini
on Unix-like systems, and change the LibJVM
entry.
The original entry might look like this:
LibJVM = "C:/Program Files (x86)/Java/jdk1.6.0_23/jre/bin/client/jvm.dll"
The entry must be changed to the server equivalent. For instance, the example entry shown above would be changed to this:
LibJVM = "C:/Program Files (x86)/Java/jdk1.6.0_23/jre/bin/server/jvm.dll"
(Of course you must use the actual paths that are correct for your machine.)