Quick Start

These steps are intended to enable an end-user to verify that a system is properly configured and able to run the Vehicle Commander application.

Launch Vehicle Commander with the Default Settings

These steps launch Vehicle Commander with the default settings, that includes several web maps.

  1. Open a command prompt.
  2. Navigate to the folder containing the Vehicle Commander application folder and Java Archive (.jar) file.
  3. Example: cd application/VehicleCommander

  4. Run Vehicle Commander.
  5. Enter: java -jar VehicleCommander.jar

  6. Verify the the application launches and appears to be functioning normally.
    1. The application launches without error.
    2. A map is displayed.
    3. The navigation buttons are operational.
  7. Proceed to Workflows to use the application as is; or if you would like to configure the application for your individual datasets, see Configuring the Application.
Top