cancel
Showing results for 
Search instead for 
Did you mean: 

JCo

Prajesh
Advisor
Advisor
0 Kudos

Can anyone tell me what are all the steps I need to do to use JCo.I just interested in getting some hands-on in JCo.Just tell me from where I can download it and what are all the configuration stuffs need to do.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prajesh,

Instead of the url i have specified in my previous reply

visit this url:

http://help.sap.com/saphelp_erp2004/helpdata/en/47/80f671ee6e4b41b63c0fe46bd6e4f8/content.htm

This url is more specific.

Regards,

Narinder Hartala

Prajesh
Advisor
Advisor
0 Kudos

Thanks Narinder.

Prajesh
Advisor
Advisor
0 Kudos

Hi Narinder,

I couldn't find any download option in the page you have mentioned.Can you please help me out.

SidBhattacharya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Goto http://service.sap.com/connectors -> SAP Java Connector

Prajesh
Advisor
Advisor
0 Kudos

But that page also doesn't have any download option I believe.

Vlado
Advisor
Advisor
0 Kudos

Go one level deeper -> Tools & Services.

Prajesh
Advisor
Advisor
0 Kudos

Thanks everybody.

But Now I am facing new problem. I wrote a small Java program. In which I am trying to connect to a SAP R/3 system using JCo. But when I excute the program I am getting following error message.

java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'

no sapjcorfc in java.library.path

at com.sap.mw.jco.JCO.<clinit>(Unknown Source)

at com.sap.examples.jco.JcoTest.main(JcoTest.java:19)

Exception in thread "main"

Please help me out in solving this problem.

Vlado
Advisor
Advisor
0 Kudos

Hi Prajesh,

Don't just thank - please consider post.

Hope that helps,

Vladimir

Former Member
0 Kudos

Hi Prajesh,

This is a problem caused by the fact that the Java compiler or interpreter cannot find the JCo application libraries in your system path.

Depending on the operating system your are running, these are the non-Java link libraries that come with the JCo installation.

Go through this link carefully, your answer lies in this

page.

http://help.sap.com/saphelp_erp2004/helpdata/en/47/80f671ee6e4b41b63c0fe46bd6e4f8/content.htm

Regards,

Narinder Hartala

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prajesh,

Plz visit the url given below.

This'll be very useful to you.

http://help.sap.com/saphelp_erp2004/helpdata/en/8b/912229a9e611d6b28f00508b6b8a93/frameset.htm

Regards,

Narinder Hartala