Hi,
I'm trying to get the exmaple in the PDK to call a SAP RFC (BAPI_USER_GETLIST) working but I get the following error message when I try to build the package.
"The project was not built since its classpath is incomplete. Cannot find the class file for javax.resource.cci.InteractionSpec. Fix the classpath then try rebuilding this project."
"This compilation unit indirectly references the missing type javax.resource.cci.InteractionSpec (typically some required class file is referencing a type outside the classpath)"
However I don't get any errors next to the import statement "import javax.resource.cci.*"
What jar file/where would I find "javax.resource.cci.InteractionSpec"
Many Thanks,
Paul
Hi,
the jar file you are looking for is simply named "connector.jar". Unfortunately, it's one of the JARs that does not come with the portallibs.zip you can download from the PDK. So, just copy the respective file directly from your portal server installation.
Regards,
Dominik
Add a comment