Hi ,
I have created a portal application which contains an Abstract Portal Component to display the server node the user logs on.
I have written the following code :
IClusterInformation clusterContext =
(IClusterInformation) PortalRuntime.getRuntimeResources().getService( IClusterInformation.KEY);
I too added the Sharing Reference , "com.sap.portal.runtime.system.clusterinformation" to Application Config property in Portalapp.xml file.
But still am getting an error "IClusterInformation cannot be resolved".
Do I need to add some external JAR File to the Java Build Path of my portal Application. If so , Which JAR file I need to add?
Regards,
Eben Joyson.