Where could I find com.ibm.websphere.sca.ServiceManager and com.ibm.websphere.bo.BOFactory jar files?

StackOverflow https://stackoverflow.com/questions/22318439

  •  12-06-2023
  •  | 
  •  

문제

I am working on RAD(WebSphere Portal Server 6.1v) and i am getting java build path error for ServiceManager and BOFactory jar files.

Kindly help.

도움이 되었습니까?

해결책

I believe this is part of WebSphere Process Server. These jar files are located in the <INSTALL_ROOT>/plugins directory

  • BOFactory is located in com.ibm.soacore.runtime_6.1.0.jar
  • ServiceManager is located in com.ibm.soacore.sca_6.1.0.jar

You need to have the server or the client jars installed on the machine you are developing on.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top