Reputation: 115
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
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