...
- Add JAR files in SOAtest’s classpath (recommended): For more information on adding JAR files to SOAtest’s classpath, see System Properties Settings.
- Add JAR Files to the system classpath:
- For Windows:
- Right-click My Computer and select Properties from the shortcut menu.
- Select the Advanced tab and click the Environment Variables button.
- If a
CLASSPATH
variable is not yet created, click the New button either for User variables or System variables and enterCLASSPATH
for the Variable name and;< path to the jar files>
for Variable value. - If a
CLASSPATH
variable is already created, double-click theCLASSPATH
variable and append;< path to the jar files>
- If a
- Click OK.
- For UNIX: Please refer to the Oracle Java documentation for setting the JAR files to the classpath.
- For Windows:
...