I am creating my rules engine build job through jenkins but it is throwing below error
Error: Could not find or load main class com.ibm.ws.bpm.servicedeploy.main.ServiceDeployMain.
I am using com.ibm.soacore.runtime.jar file and to create the build job and when I checked ServiceDeployMain.class is not present in that jar file, is there any alternate way to create this build job or alternate of com.ibm.soacore.runtime.jar file.
Below are some information regarding the jar file which I have
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WPS_runtime
Bundle-SymbolicName: com.ibm.soacore.runtime; singleton:=true
Bundle-Version: 6.1.0
------------------------------
Shubham Kumar Sahu
------------------------------