cancel
Showing results for 
Search instead for 
Did you mean: 

JCO.Server problem

Former Member
0 Kudos

I'm having compilation problem when trying to do inbound connection from SAP system to Netweaver WAS, following the given example in the SAP library. The error is as below:

The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.jdsr.writer.DsrIPassport. Fix the classpath then try rebuilding this project.

I cant find the com.sap.jsdr in the plugin folder.

I'm running on SAP Netweaver slim edition 2004, using JCO 2.0.12 with j2sdk1.4.2_08 on Window XP. I had tried to use 2.0.16, but when confirm with java -jar sapjco.jar stdout, error occurred. I also had make sure that sapjco.jar and other dll files are the first in Java Build Path (order and export).

Any help would be appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

My workaround is to compile with command prompt javac and run it in NWDS. I think it's SAP NWDS incompatibility problem.

Btw, is anyone knows how to enable this JCO server in plain java files example to be able to run in j2ee engine ?

Former Member
0 Kudos

Julius,

There's SAP Enterprise Connector project that you can create. It would generate the proxies for your BAPI/RFM or what ever. Using Destination service, you can use these proxies in your Java app. Let me know if this is what you are looking for.

Thanks,

Kiran