Running the Wallet Sample from the Command Line

To run the Wallet sample:

  1. Open a Command Prompt window and perform the following:

    1. Navigate to the JC_HOME_SIMULATOR\runtime\bin directory.

    2. Start the Simulator by entering one of the following commands at the command prompt:

      jcsw (on Windows systems) or ./jcsl (on Linux systems)

  2. Open a second Command Prompt window and perform the following:

    1. Navigate to the JC_HOME_SIMULATOR\samples\Wallet directory.
    2. Enter either build.bat or ./build.sh (according to your operating system) in order to build Java Card applet and Java client.
    3. Enter either run.bat or ./run.sh (according to your operating system) to load the applet into the Simulator, send all APDUs and clean up afterwards.