Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SOAVIRT_9.10.6_CTP_3.1.2

...

  • 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:
      1. Right-click My Computer and select Properties from the shortcut menu.
      2. 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 enter CLASSPATH for the Variable name and ;< path to the jar files> for Variable value.
        • If a CLASSPATH variable is already created, double-click the CLASSPATH variable and append ;< path to the jar files>
      3. Click OK.
    • For UNIX: Please refer to the Oracle Java documentation for setting the JAR files to the classpath.

...