user2702566
user2702566

Reputation: 115

IBM Case Manager Java API Class not found

I'd like to develop a Java application for IBM Case Manager, In the Case Manager info center : -Developing case management applications -Java application development -Configuring your environment to use Java API

It says that Jars are located at : installation_directory/IBM/CaseManagement/CaseAPI/lib

Unfortunatly, i don't have installation_directory/IBM/CaseManagement/CaseAPI/lib but only installation_directory/IBM/CaseManagement/lib

It only contains "displayVersion.jar" and "preconditionChecker.jar" and no com.ibm.casemgmt.api inside.

Upvotes: 0

Views: 1323

Answers (1)

ᄂ ᄀ
ᄂ ᄀ

Reputation: 5782

I don't know what is wrong with your CM installation, but you can get required libraries from CM deployment in WAS. The path would be something like WebSphere/AppServer/profiles/AppSrv01/installedApps/<cell>/CaseManager.ear/CaseManager.war/WEB-INF/lib

Please also make sure you use instructions for the same CM version that you have.

Upvotes: 0

Related Questions