Running the ArrayViews Sample from the Command Line
To run the ArrayViews
sample using command line (on Linux
systems make sure that executable flags for executable files are set correctly):
-
Open a Command Prompt window and perform the following:
-
Navigate to the
JC_HOME_SIMULATOR\runtime\bin
directory. -
Start the Simulator by entering one of the following command at the command prompt:
jcsw
(on Windows systems) or./jcsl
(on Linux systems)
-
-
Open a second Command Prompt window and perform the following:
-
Navigate to the
JC_HOME_SIMULATOR\samples\ArrayViews
directory. - Enter either
build.bat
or./build.sh
(according to your operating system) in order to build Java Card applets and Java client. -
Enter either
run.bat
or./run.sh
(according to your operating system) to load the applets into the Simulator, send all APDUs and clean up afterwards.
-
-
Inspect the client’s output on the console – all APDUs should have been confirmed by the simulator with a positive response APDU (0x9000).