Create the Java SE Client Software Library Sample Applications

The Java SE client software library sample applications must be created before they can run on your device.

  1. Set up your Java SE development environment. See Set Up Your Development Environment to Use the Java SE Client Software Libraries.
  2. Run one of these commands to create the sample applications:
    To build the samples from iotcs-csl-javase-bin-<version>.zip:
    cd $CL_HOME/samples 
    gradle  
    To build binary JAR files from iotcs-csl-javase-src-<version>.zip:
    cd $CL_HOME
    gradle
    cd $CL_HOME/samples 
    gradle
  3. Run the sample applications. See Run the Sample Java SE Directly Connected Device Applications.