Hi All,
I am trying to import the below class but i am getting an error because the jar doesn't exists in the Build Path,
Can anyone tell me which JAR has to be added to resolve the issue ?
import com.sap.portal.navigation.IAliasHelper;
Class used in below code.
IAliasService aliasService = (IAliasService) PortalRuntime.getRuntimeResources().getService(IAliasService.KEY);
IAliasHelper aliasHelper = (IAliasHelper) aliasService;
Please note that the development is in NW 7.3
Thanks
Utsav