Previous Topic: How to Configure C to the Java RMI CoopflowNext Topic: Create a Consolidated CA Gen Java Runtime JAR File


Prerequisites

To successfully execute the C to Java RMI Coopflow, the following prerequisites must be satisfied:

  1. Ensure that the CA Gen Converter Services software has been installed.
  2. Ensure that the client system has a valid JVM installed. Use the following procedure to test the validity of the JVM:
    1. Open a Command Prompt window.
    2. Enter the following command:
      java -version
      
    3. Examine the output. If text similar to the following is displayed, Java (the JRE, JDK, or Java SE kit) is not in the environment variable PATH:
      The name specified is not recognized as an internal or external command, operable program or batch file.
      

      To correct this issue, add the disk and directory name to the PATH variable.

      If text similar to the following is displayed, a version of Java has been installed and is ready to use:

      java version "#.#.#_##"
      Java(TM) SE Runtime Environment
      

      Note: For the supported versions of software, see the Technical Requirements document.

      If the correct version is not displayed, check the environment variable PATH. In most cases, an older version of Java (the JRE, JDK, or Java SE kit) appears before the desired version.