-
Notifications
You must be signed in to change notification settings - Fork 3
Accessing SAP using JCo extension Hibersap.
michaelschuetz/hibersap-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Accessing SAP system with Hibersap/JCo ###################################### Hibersap simplifies use of JCo by providing handy set of annotations. Sample code uses default SAP fligth demo application. http://hibersap.org Get started: * Make sure Maven2 or above is installed on your computer. * If not, download from http://maven.apache.org and install. * Add this repository to your local Maven settings / POM configuration: <repository> <id>repository.hibersap</id> <name>Hibersap Repository for Maven</name> <url> http://hibersap.svn.sourceforge.net/viewvc/hibersap/m2repo </url> </repository> * Install the JCo jar to your local Maven repository. You'll find jar and native libs here: \native-libs Native libs has been removed due to legal requirements. > mvn install:install-file -DgroupId=com.sap -DartifactId=sap-jco -Dversion=3.0.5 -Dpackaging=jar -Dfile=sapjco3.jar * Install native lib for your os (supported out of the box: Windows64bit, Mac64bit. Otherwise download from http://service.sap.com/connectors) * Win64: > mvn install:install-file -DgroupId=com.sap -DartifactId=sap-jco -Dversion=3.0.5 -Dpackaging=jni -Dfile=sapjco3.dll -Dclassifier=NTAMD64 * Mac64: > mvn install:install-file -DgroupId=com.sap -DartifactId=sap-jco -Dversion=3.0.5 -Dpackaging=jni -Dfile=libsapjco3.jnilib -Dclassifier=darwinintel64 * Configure JCo properties in hibersap.xml * Run "mvn clean install"
About
Accessing SAP using JCo extension Hibersap.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published