OnDemand User Group

Support Forums => iSeries => Topic started by: Ed_Arnold on August 21, 2019, 12:47:39 PM

Title: Fixpack 10.1.0.5 special consideration
Post by: Ed_Arnold on August 21, 2019, 12:47:39 PM
ODWEK Java API users need to update CLASSPATH

Beginning with server version 10.1.0.5, customer applications that are using the Content Manager OnDemand Web Enablement Kit (ODWEK) Java APIs will need to include the Gson jar file, with path, in the CLASSPATH for the application.

This jar file ships with Content Manager OnDemand and can be found in the IFS path named /QIBM/ProdData/OnDemand/jars.

For example, the file name for Gson version 2.8.1 is gson-2.8.1.jar.

If this is the name of your most current Gson file, the CLASSPATH statement must be updated to include CLASSPATH=/QIBM/ProdData/OnDemand/jars/gson-2.8.1.jar.

Ed