cancel
Showing results for 
Search instead for 
Did you mean: 

The type com.sap.portal.pcm.IObjectsManager cannot be resolved.

Former Member
0 Kudos

Hi,

I'm new to SAP Java development. I'm accessing the PCD but getting a compile issue on this line of code:

ISystems systemSrv = (ISystems)PortalRuntime.getRuntimeResources().getService(ISystems.KEY);

Error: The type com.sap.portal.pcm.IObjectsManager cannot be resolved. It is indirectly referenced from required .class files

[ISystems |http://help.sap.com/javadocs/NW04S/current/ep/index.html] object extends IObjectsManager

I see the IObjectsManager interface is located in package com.sap.portal.pcm.IObjectsManager but the jar files I have included do not contain references to it. Any idea which jar file I should include and its location?

Thanks,

John

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks!

Former Member
0 Kudos

Hi,

I am also new to SAP.I think you can look into the following jars.It may be helpful to you

1.com.sap.portal.ivs.api_iview_api.jar

2.com.sap.portal.ivs.api_landscape_api.jar

Regards

Srinivasan Subbiah