Using the jar program

  1. Launch a command line interface tool to invoke the jar program. For example, to open a command prompt in Windows follow the appropriate guide below:

    Choose Start > Programs > Accessories > Command Prompt.

    Choose Start > Programs > Command Prompt.
    
  2. Navigate to the directory in which IBM WebSphere InterChange Server is installed.

    In Windows, use of the cd (change directory) command in conjunction with the %CROSSWORLDS% environment variable automatically navigates to the IBM WebSphere InterChange Server directory if the prompt currently resides somewhere on the same drive or partition where IBM WebSphere InterChange Server is installed. The two lines below illustrate how the sequence of prompts should appear if the cd command were used as described above:

    D:\>cd %CROSSWORLDS%
     
    D:\\WBIDev>
    
  3. Use the jar program to extract the contactsynccollabs.jar file in the Samples\BenchMark\ContactSyncBenchmark subdirectory of the WebSphere InterChange Server directory into the WebSphere directory itself. The command below, for instance, provides the desired results in a Windows system. Press the Enter key after typing the command:
    jar -xvf
    %CROSSWORLDS%\samples\benchmark\contactsyncbenchmark\contactsynccollabs.jar
    

    The jar program inflates the compressed archive, creates the proper subdirectories as necessary, and copies the required files into the subdirectories.

  4. Repeat step 3 above with the file named contactsyncmaps.jar file in the same directory.

Copyright IBM Corp. 1997, 2004