Running the Channels Sample from the Command Line
To run the Channels sample:
                  
- 
                        
Open a Command Prompt window and perform the following:
- 
                              
Navigate to the
JC_HOME_SIMULATOR\runtime\bindirectory. - 
                              
Start the Simulator by entering one of the following commands 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\Channelsdirectory. - 
                              
Enter either
build.bator./build.sh(according to your operating system) in order to build Java Card applets and Java client. - 
                              
                              
Enter either
run.bator./run.sh(according to your operating system) to load the applet into the Simulator, send all APDUs and clean up afterwards. 
 -