cancel
Showing results for 
Search instead for 
Did you mean: 

The class IRoomRole missing!

Former Member
0 Kudos

hi,

I'm trying to create a room whith the Rooms 6.0 API,

i download the jar:

<b>coll.appl.room.roomobject_api.jar</b>

when i biuld my project i recived a error like that:

<b>The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.ip.collaboration.room.api.template.IRoomRole. Fix the classpath then try rebuilding this project.</b>

i don't found this class in my jars.

maybe some one can help me?

thanke,

yoav.

Message was edited by: Yoav Gur

Accepted Solutions (0)

Answers (1)

Answers (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Yoav,

should be in com.sap.netweaver.coll.shared/lib/coll.shared.types_api.jar under under irj/root/WEB-INF/portal/portalapps. (On my EP6 SP2 P28 it is.)

For general advice how to find JARs for a certain class needed see

Hope it helps

Detlev

Former Member
0 Kudos

Hi Detlev,

I dont found it there(com.sap.netweaver.coll.shared/lib/coll.shared.types_api.jar).

you can attach this jar?

Yoav.

detlev_beutner
Active Contributor
0 Kudos

Hi Yoav,

- you didn't find the class within the JAR or you didn't find the JAR? At least, the application folder com.sap.netweaver.coll.shared exists?!

- On which version are you on (Portal/KMC)?

- I cannot attach anything here in the forum (it's technically not possible), but we also should care that this works on your version and not import a JAR from one version into another...

Best regards

Detlev

Former Member
0 Kudos

Hi Detlev,

I couldn't found the jar:<b>types_api.jar</b>

I don't have the folder:com.sap.netweaver.coll.<b>shared</b>

I just found the <b>room_api.jar</b>,

maybe its because that my version is EP6 SP2 <b>P3</b>?

Message was edited by: Yoav Gur

detlev_beutner
Active Contributor
0 Kudos

Hi Yoav,

Problem "solved": "my version is EP6 SP2 P3". The new room API comes with Patch 5.

Best regards

Detlev