Previous Topic: Default BehaviorNext Topic: Web View User Exits


Rebuilding the Exit

This exit is compiled into a Java class file. The Java development environment Java Platform SE 1.6 or higher must be installed on your system.

Follow these steps:

  1. Launch an MS/DOS Command window.
  2. Ensure the CLASSPATH environment variable contains a reference to the CA Gen CSU jar file, CSUxx.JAR.

    Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

  3. Change your current directory to that which contains the java source file.

    Typically this will be in the CA Gen install area, within the CLASSES\COM\CA\GENxx\EXITS\coopflow\ws subdirectory.

    Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

  4. Run javac WSDynamicCoopFlowExit.java.
  5. Reassemble and redeploy the resulting .class file for use with the appropriate applications.