java.lang.ClassNotFoundException: com.zoho.oauth.clientapp.ZohoOAuthFilePersistence
I am attempting to impliment the Java SDK.
I have added all dependencies to my package using maven.
I have configured ZCRMRestClient to use FilePersistence.
When I attempted to obtain Auth Tokens using ZCRMRestClient.initialize(GeneralSettings.ZOHO_CONFIG);
I get the following error:
com.zoho.oauth.common.ZohoOAuthException Caused by : java.lang.ClassNotFoundException: com.zoho.oauth.clientapp.ZohoOAuthFilePersistence
I understand the error, it can't find the ZohoOAuthFilePersistence class. But I dont understand why not as mentioned, I installed all dependencies required for the SDK as instructed in the documentation online.
Could you please help?