Location and Installation

The optional Ant tasks are included at:

  • JC_HOME_TOOLS\lib\jctasks_tools.jar

  • JC_HOME_SIMULATOR\lib\jctasks_simulator.jar

Note:

Use of the additional Ant tasks described in this section is strictly optional and is not formally supported, nor has it been fully tested.

Installing the Ant Tasks

  1. Be sure Ant is configured as described in Downloading the Development Kit.

  2. Copy the file JC_HOME_TOOLS\lib\jctasks_tools.jar or JC_HOME_SIMULATOR\lib\jctasks_simulator.jar to a directory that serves as your Ant tasks home directory.

  3. Add the jctasks_tools.jar or jctasks_simulator.jar file to your classpath or put it into the Ant-Home-Path\lib directory to be automatically be picked up when Ant is run.

    Where:

    1. Ant-Home-Path is the path to the Ant installation.

    2. The value of the ANT_HOME environment variable is properly configured to run Ant (see Downloading the Development Kit).