...
SOAtest and Virtualize start with a default instance of Java shipped with the product, but you can configure them to them to run a different version or alternate distribution. If If you are working with a WebSphere application, for example, you may need to run SOAtest with the IBM JRE, which enables enables SSL configuration for IBM MQ transports.
Note that SOAtest/Virtualize ships with a version of Eclipse that requires Java 17 or higher. If you configure it to run Java 11, you will need to install the SOAtest/Virtualize p2 update site into Eclipse 2023-03 or older.
...
Code Block | ||||
---|---|---|---|---|
| ||||
soatest.exe -Zjava_home " |
...
C: |
...
\Program Files |
...
\Java\jdk-21" |
Code Block | ||||
---|---|---|---|---|
| ||||
soatest -Zjava_home /usr/lib/jvm/java- |
...
21-openjdk-amd64 |
Code Block | ||||
---|---|---|---|---|
| ||||
Parasoft\ SOAtest.app/Contents/Eclipse/soatest -Zjava_home /Library/Java/JavaVirtualMachines/jdk- |
...
21.jdk/Contents/Home |
For Windows, 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:
...