Package com.monica.javacom.application

This package holds the application classes that should be run from the command line and classes that are used by the application classes.

See:
          Description

Class Summary
MJCClient Class for implementing the client services of Team MONICA JavaCom.
MJCIntro Class responsible for displaying the Intro window at the client side startup.
MJCServer Class for implementing the server services for the Team MONICA JavaCom.
 

Package com.monica.javacom.application Description

This package holds the application classes that should be run from the command line and classes that are used by the application classes.

The server side application has to be started first from the command line.

java com.monica.javacom.application.MJCServer workport forwardToHost forwardToPort adminPort [logFile] [confFile]
After the server has been started clients can connets.

java com.monica.javacom.application.MJCClient destHost destPort [logFile]