Launching the Application

According to the requirement, the application should be launched with a single command line argument and in this application follows that way. For launching the application, please follow the following steps:
  1. Open up a command prompt, in Windows OS or its equivalent window in other platforms.
  2. Change Directory to the directory to the ‘project’ directory which was created when the SCJD_SP2579960.jar was extracted. 
  3. For executing the respective mode, please type the following at the console
  • Network server: 

    java -jar runme.jar Server

     

  • Stand Alone mode: 

    java -jar runme.jar Alone

     

  • Network Client: 

java -jar runme.jar

The application should have been started and if it does not, please investigate the reasons for not starting up. Some of the possible reasons are listed below.

  • No Java is installed - Obvious! Install Java Runtime Environment 1.4.x_xx.
  • Incompatible Java version. This application was developed and tested in Java 1.4.2_04. 
  • The SCJD_SP2579960.jar was not extracted properly - checks access rights for the user.
  • Corrupted .jar file - Please download the SCJD_SP2579960.jar again.
  • Missing components or class files in runme.jar - Please download the SCJD_SP2579960.jar again.
  • The application was not launched from the ‘project’ directory.

The launching of the application should be considered successful, i.e.., if the GUI’s are seen. For a better understanding of the application’s GUI’s and configurations, please refer to the section Understanding the GUIs.