Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Where may I download package for JAVA call SAP RFC

Former Member
0 Kudos

Hi all,

I need to call a RFC in a JAVA based system. I found I need to install two package before I call, such as:

import com.sap.rfc.*;

import com.sap.rfc.exception.*;

import com.ibm.sap.bapi.*;

import com.ibm.sap.bapi.generated.*;

where can I download these 2 package?

Thanks a lot in advance.

Ned

1 ACCEPTED SOLUTION

Former Member
0 Kudos
2 REPLIES 2

Former Member
0 Kudos

Hai ,

im telling in Eclipse ..

Take a look to see that those packages are listed in the plug-ins under

Windows > Preferences > Target Platform. This should point to an Ecilpse

installation which should have most of those packages.

You will need to install GEF separately. It does not come with Eclpse. Go

to http://www.eclipse.org/gef/ and click on Downloads.

Regards ,

Venkat

Former Member
0 Kudos