Download the Java SDK
Using the Java SDK
Download the Java SDK (back to all tutorials)
-
Step 1: Download the SDK
-
Step 2: Unpack libraries
Unpack the SDK as appropriate for your platform (e.g. "tar -xzf" on Linux).
The unpacked SDK contains all of the required dependencies, including the OAuth implementation (oauth-client-1.3.jar) and the API client and web framework (veriplace-client-2.2.jar).
API documentation is also available in the unpacked SDK.
-
Step 3: Set CLASSPATH
For this tutorial, you will need your CLASSPATH to contain at least the following libraries:
- veriplace-client-2.2.jar
- oauth-client-1.3.jar
- servlet-api.jar
- commons-logging-1.1.jar
- commons-httpclient-3.1.jar
- commons-codec-1.3.jar
- commons-collections-3.2.jar
