Hi I'm following the tutorial instructions from http://help.sap.com/saphelp_nw70ehp1/helpdata/en/19/4554426dd13555e10000000a1550b0/frameset.htm
on how to create a site map through NWDS. I have a few imports that are reporting "The import can not be resolved" as following....
import java.util.Hashtable;
import java.util.Iterator;
import javax.naming.NamingException;
import javax.naming.directory.NoSuchAttributeException;
import com.sapportals.portal.navigation.INavigationNode;
import com.sapportals.portal.navigation.INavigationService;
import com.sapportals.portal.navigation.NavigationNodes;
import com.sapportals.portal.prt.component.AbstractPortalComponent;
import com.sapportals.portal.prt.component.IPortalComponentRequest;
import com.sapportals.portal.prt.component.IPortalComponentResponse;
import com.sapportals.portal.prt.runtime.PortalRuntime;
import com.sapportals.portal.prt.session.IUserContext;
import com.sapportals.portal.prt.util.StringUtils;
How can I get the proper jar to be able to import the com.sapportals.portal.navigation.*
Thanks
Greg
Edited by: Gregory Einfrank on Jul 6, 2009 10:19 PM
Edited by: Gregory Einfrank on Jul 6, 2009 10:20 PM