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.
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