java 使用 SAP JCo 3.x 的教程、手册、文档
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4374593/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Tutorials, manuals, documentation for using SAP JCo 3.x
提问by Grzegorz Oledzki
Do you know any decent documentation source for using JCo 3.x?
您知道使用 JCo 3.x 的任何体面的文档来源吗?
Most of the materials I could find are pretty outdated and refer to previous versions (JCo 2.x). In case, anyone wondered, the things I found are:
我能找到的大多数材料都已经过时了,并且参考了以前的版本 (JCo 2.x)。如果有人想知道,我发现的东西是:
- Tips&Tricks JCo programming
- ftp://ftp.sap.com/pub/sapjco/sapjco2xDocs.zip
- The JCo distribution contains Javadoc documentation and a few examples.
- 技巧和窍门 JCo 编程
- ftp://ftp.sap.com/pub/sapjco/sapjco2xDocs.zip
- JCo 发行版包含 Javadoc 文档和一些示例。
This one is for JCo 3, but covers only the basics:
这是针对 JCo 3 的,但仅涵盖基础知识:
采纳答案by lenkite
Go to http://service.sap.com/connectors(You'll need an SAP service market place account), click on "SAP Java Connector" > Tools and Services in the left hand navigation tree. You can download the JCO release 3.0.x from there and also download the SAP JCO 3.0 documentation as a PDF file.
转至http://service.sap.com/connectors(您需要一个 SAP 服务市场帐户),单击左侧导航树中的“SAP Java 连接器”>“工具和服务”。您可以从那里下载 JCO 3.0.x 版,也可以下载 PDF 文件形式的 SAP JCO 3.0 文档。