PayPal provide SDKs for
- Java
- ASP.NET
- Ruby
- Classic ASP
- PHP
- ColdFusion
You can download necessary stuff here and examples can be found here
peter_budo
Code tags enforcer
15,791 posts since Dec 2004
Reputation Points: 2,867
Solved Threads: 944
Skill Endorsements: 50
Extract downloaded ZIP, inside you will find "lib" folder with number of libraries.
If I'm not mistaken you need in your project create directory "res" or "lib" (recommended to do on top level), copy&paste libraries there. Right click on project name, select Properties, select Build and then Libraries&Resources, in right side select Add JAR/ZIP and navigate to the location of libraries. (See this article with screenshots)
peter_budo
Code tags enforcer
15,791 posts since Dec 2004
Reputation Points: 2,867
Solved Threads: 944
Skill Endorsements: 50
First 5 statements is from Appframework. I couldn't found ready to use JAR therefore you will have to go their SVN, download source code for it, compile it and you will get JAR to use. Or perhaps is time for you to look into Maven 2 and create pom file (pom.xml) that will take care of getting all libraries for you.
peter_budo
Code tags enforcer
15,791 posts since Dec 2004
Reputation Points: 2,867
Solved Threads: 944
Skill Endorsements: 50