Top "Sapjco3" questions

Use this tag for SAP JCo 3.x. SAP JCo is the short-cut for "SAP Java Connector". JCo refers to a Java library used to connect to SAP systems through the SAP RFC protocol.

How to connect to a SAP System using sapjco3 and Eclipse?

I need to connect to SAP Systems via standard BAPI calls. I already installed JCo (sapjco3) and added the .jar …

java eclipse bapi sapjco3
try-with-resources fails to call close()

I am using the handy try-with-resources statement to close connections. This works great in most cases but only in one …

java try-with-resources sapjco3