Hi
trying to run the JCO example stepbystepClient.java example
I am working on defining a destination as explained in help.sap.com
Questions
1) Is it true that the code provided in the example does not have the Destination Definitions anywhere ? or am I missing something ?
2) When defining a destination. how is it that I do not see a setting of the SAP IP anywhere ? my Java code should know how to connect to SAP system that is on another machine somewhere but where do I define its IP ?
is it here:
ConnectProperties.setProperty(DestinationDataProvider.JCO_ASHOST, "ls4065") ?
Thank you
Eyal