I'm new so this will be simple - I think 😊
I'm attempting to follow the tutorial on SAP HELP located at:
http://help.sap.com/saphelp_nw04/helpdata/en/44/47b87e9d780597e10000000a155369/frameset.htm
I got threw tutorial 1 with no problem...
When I get to the "Writing Code" section of Tutorial II, I find that I am missing a referenced JAR file in my Developer studio. I know this because these three imports:
import com.sapportals.portal.navigation.INavigationNode;
import com.sapportals.portal.navigation.INavigationService;
import com.sapportals.portal.navigation.NavigationNodes;
"cannot be resolved"
Searching other posts, I'm able to determine that these "classes" are in a JAR file called "com.sap.portal.navigation.api_service_api.jar " which is not on my computer with NWDS installed?? But is on the server where the portal is installed
Both NWDS and Portal are at SR19
Seems I should have same jar files on both??
Any suggestions (with as explicit directions as possible please)
Thanks
Marty