Java Library
The Java client libraries wraps the raw HTTP based API of Zoho Reports with easy to use methods for Java language. This enables Java developers to easily use Zoho Reports API.
Javadocs
Click here for
javadocs.
Download
http://css.zohostatic.com/db/api/v2_0/m1/ZohoReportAPIClient.zip
Samples
Samples are bundled along with the client jars in the above ZIP download. You can find them under the
samples folder
For using the samples
- Take a copy of the Store Sales database.
- Change the configurations in Config.java
- Compile the files using CompileSamples.bat (/CompileSamples.sh)
- Test the samples using TestSamples.bat (/TestSamples.sh).
Available samples
I'm having difficulty logging in through the report api in java. I'm okay until executing:
rc.login(Config.LOGINNAME,Config.PASSWORD);
at which point I get a error:
java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup)
Any ideas?