Skip to content

JioCloudCompute/jcs_java_sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Overview ##Java SDK for JCS

###Installation ####Setup git clone https://github.com/jiocloudservices/jcsclient.git
$ cd jcs_java_sdk/

$ make (creates class files and jar files in target directory)
$ make doc (to create Documentation of the project)
To view Documentation goto doc/html/index.html

####Cleaning $ make clean (removes all the class files in target directory)
$ make distclean (removes class files and jar file)

###Configuration

Open config.txt and set access key, secret key, secure ('true' to make secure connection), debug ('true' for debug mode).
Running the program in debug mode prints error messages for easy debugging

NOTE: Never ever commit your access and secret keys and push to a public repository. You have been warned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.0%
  • Makefile 1.0%