Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2022.1

SOAtest and Virtualize start with a default instance of Java shipped with the product, but you can configurethem to configure them to run a different version or alternate distribution. If you are working with a WebSphere application, for example, you may need to run SOAtest with the IBM JRE, which enables SSL configuration for IBM MQ transports.

Use the -Zjava_home switch switch and point to the alternate JRE when starting SOAtest. For example:

Code Block
languagetext
titleWindows
soatest.exe -Zjava_home "c:/Program Files/Java/jdk11.0.14/"
Code Block
languagetext
titleLinux
soatest -Zjava_home /usr/lib/jvm/java-11-openjdk-amd64
Code Block
languagetext
titleMacOS
Parasoft\ SOAtest.app/Contents/Eclipse/soatest -Zjava_home /Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home

For Windows, you jdk1.8.0_121/"You can also configure SOAtest to always start up with the alternate JRE by adding the switch to the Target field in the SOAtest properties:

...