Previous Topic: Specify Filtering OptionsNext Topic: Device Pack Generator Application Options


Run the Application

To generate a device pack using the modified device pack configuration file, run the application.

Note: Java Development Kit (JDK) 1.7 is required to run the application. For JDK 1.7 installation instructions, go to the Oracle website.

Follow these steps:

  1. Change the current directory to the one where you unzipped the ems_installer.zip file by executing the following command from a command prompt:
    unzip IMDevicePackGenerator_<version>.zip
    
    cd bin
    
  2. Execute the following command according to your environment:

    Windows:

    createIMDevicePack.bat  <path_of_devicepack_config.xml>
    

    Linux or Solaris:

    chmod <executable permissions> createIMDevicePack.sh
    
    createIMDevicePack.sh <path_of_devicepack_config.xml>
    

    Note: By default the application logs messages on the console while it is running. You can modify this behavior by editing the logging.properties file.

    After successful processing, a folder is created in the ems_installer/devicepacks directory with the name of the generated device pack. The new folder contains the following folders:

    certification

    Contains the certification jar that the application generates using the information in the devicePackConfig.xml file.

    devicepack

    Contains the device pack jar that the application generates using the information in the devicePackConfig.xml file.

    Notes: