user3404867
user3404867

Reputation: 25

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

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.

Upvotes: 1

Views: 1815

Answers (1)

DanielBarbarian
DanielBarbarian

Reputation: 5323

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.

Upvotes: 1

Related Questions