Running the SecureRMIPurse Sample from the Command Line
To run SecureRMIPurse:
-
Open a Command Prompt window and perform the following:
-
Navigate to the
JC_HOME_SIMULATOR\bindirectory. -
Start the simulator by using the following command at the command prompt:
cref -o demoee
Starting the simulator with the
-ooption causes the simulator to save the EEPROM contents to a file nameddemoee. -
-
Open a second Command Prompt window and perform the following:
-
Set
ANT_HOME(path to ant install folder),JC_HOME_TOOLSandJC_HOME_SIMULATOR(path to JCDK install folder) as environment variables. -
Navigate to the
JC_HOME_SIMULATOR\samples\classic_applets\SecureRMIPurse\appletdirectory. -
Enter the following command at the command prompt:
ant allIn this sample's
appletdirectory, theantallcommand executes the APDU script and installs the secure RMI application.
-
-
In the
crefCommand Prompt window, restart the simulator by using the following command:cref -i demoee -
In the applet Command Prompt window, perform the following:
-
Navigate to the
JC_HOME_SIMULATOR\samples\classic_applets\SecureRMIPurse\clientdirectory. -
Enter the following command at the command prompt:
ant allIn this sample's
clientdirectory, theantallcommand executes the APDU script that generates thesecurermidemo.expected.outfile.
-
-
Verify that the contents of the
securermidemo.actual.outputfile in theclientdirectory are the same as the contents of thesecurermidemo.expected.outfile in theSecureRMIPursedirectory.