The files included in this zip-file are as follows:

mindterm.jar:	        Full unsigned binary
LICENSE:		Current license
README:			This file...

The full unsigned binary is primary for using MindTerm "standalone" (i.e. as
any ordinary SSH client) which means you have to install a java runtime (JVM)
to run it, see for example:

Linux:
	http://www.blackdown.org/java-linux.html
        http://www.ibm.com/developer/java

Win32 and Solaris:
	http://www.javasoft.com/products/

Macintosh:
	http://www.apple.com/java/

Other platforms:
	http://java.sun.com/cgi-bin/java-ports.cgi

Depending on your platform the application is run in different ways. For
example in windows when a recent JRE is installed you only have to
double-click the mindterm.jar file and MindTerm will run. On other
platforms it might be something like:

java -jar mindterm.jar

java -cp mindterm.jar com.mindbright.application.MindTerm

java -classpath c:\java\lib\classes.zip:mindterm.jar com.mindbright.application.MindTerm

jview /cp:p mindterm.jar com.mindbright.application.MindTerm

For more info on MindTerm and related issues visit http://www.appgate.com/
