Errors and Solutions - Java SDK
In case you receive an error message when you access the Java SDK,
use the links below to understand and figure out how to fix them.
SEE ALSO
Release Notes
Related Articles
Java SDK - Overview
Java SDK offers a way to create client java applications that can be integrated with Zoho CRM. This SDK makes the access and use of necessary CRM APIs with ease. In other words, it serves as a wrapper for the REST APIs, making it easier to use the ...
Release Notes - Java SDK
ZCRMSDK -VERSION 1.0.6 Downloadable JAR file You can download the jar file for the version1.0.6 of Java SDKs at the end of this page. Install command - Maven:(in pom.xml) <repositories> <repository> ...
Responses & Exceptions - Java SDK
APIResponse, BulkAPIResponse and FileAPIResponse are the wrapper objects for Zoho CRM APIs’ responses. All API calling methods would return one of these three objects. A method-seeking entity would return APIResponse object, whereas a method-seeking ...
Persistence - Java SDK
Persistent classes in an application implement the entities of the business problem. In Java SDK, two default persistence classes with their implementations are provided. On the other hand, if a developer wants his specific implementation, he can ...
Configuration - Java SDK
Setting up the configuration is a system engineering process, for establishing and maintaining the consistency of the application's performance, functional and physical attributes with its requirements, design and operational information throughout ...