Hello,
i want to make a jco client how described on sdn. but where i found the needed jars for developing:
import com.sapportals.portal.prt.service.jco.IJCOClientPoolEntry;
import com.sapportals.portal.prt.service.jco.IJCOClientService;
import com.sapportals.portal.prt.service.jco.TimeoutException
In the normal installation of sap netweaver developer studio i miss this classes. but with the pdk on the application server (EP 6 sp2) there are. but there is a sda-file! Where i can get the needed jars?
Thanks,
Frank
For SP2, the classes are in:
C:\usr\sap\[SID]\j2ee\j2ee_00\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.runtime.application.jcoclient\lib
For SP3+ they are in:
C:\usr\sap\[SID]\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.runtime.application.jcoclient\lib
SDA files are ZIP format files. If you have the SDA, then just unzip and suck the JAR out of it.
Add a comment