Versions Compared

Key

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

This topic explains how to configure external dependencies when custom extensions depend on Java libraries other than com.parasoft.api.jar.

Custom extensions can depend on Java libraries other than com.parasoft.api.jar. For example, assume that you want your extension to use an open-source Java library. In order for SOAtest or Virtualize to successfully load such an extension, it must also locate the dependencies. To enable loading of that extension, you must list any jars used by your extension (excluding com.parasoft.api.jar) in a "ClassPath" header in your extension jar's MANIFEST.MF file. The Java tutorial provides details about how to set up a jar to depend on other jars (see http://docs.oracle.com/javase/tutorial/deployment/jar/downman.html).

...