The package consists of two major parts: a server and a client part. Both are needed to operate the software. The server must run on a computer with java support. The aim of the server is to redirect the data stream of the communication to a telnet server. In an average case, the MJC server and the telnet server are the same. The client must also run on a java-enabled computer. The aim of the client is to realize a secure shell connection to the MJC server.
We assume, that the java source files are already compiled, and you are in the directory, where the whole structure starts: you must have a ./com subdirectory, which contains the java classes.
type
java com.monica.javacom.application.MJCServer workport forward-to-host forward-to-port admin-port &>/dev/null
where
type
java com.monica.javacom.application.MJCClient dest-host dest-port &>/dev/null
where