OnDemand User Group

Support Forums => OD/WEK & JAVA API => Topic started by: Ed_Arnold on August 21, 2019, 12:51:20 PM

Title: Fixpack 10.1.0.5 special consideration
Post by: Ed_Arnold on August 21, 2019, 12:51:20 PM
Included in the ODWEK readme is the following:

https://www-01.ibm.com/support/docview.wss?uid=ibm10958725 (https://www-01.ibm.com/support/docview.wss?uid=ibm10958725)

Quote
    3.1.10.1.0.5) Release (10.1.0.5)
      - Pre-reqs
        - Previous install of IBM Content Manager OnDemand V10.1
      - Notes:
        - Customer applications that are using the ODWEK Java APIs will need
          to include the Gson jar file, with path, in the CLASSPATH for their
          application. This jar file ships with Content Manager OnDemand and
          can be found in the jars subdirectory of the Content Manager
          OnDemand install location. The file name for Gson version 2.8.1 is
          gson-2.8.1.jar and can be found in the <CMOD install directory>/jars
          directory, where CMOD install directory is your Content Manager
          OnDemand installation directory.

          Examples:
            AIX:
            - CLASSPATH=/opt/IBM/ondemand/V10.1/jars/gson-2.8.1.jar
            Linux:
            - CLASSPATH=/opt/ibm/ondemand/V10.1/jars/gson-2.8.1.jar
            Windows:
            - CLASSPATH=C:\Program Files\IBM\OnDemand\V10.1\jars\gson-2.8.1.jar