MindTerm will load in a separate window
Ctrl-right-click on the applet to change settings, start
tunnels or open multiple windows. SFTP/SCP are in the File
menu.
NOTE:
If the browser asks about allowing network access, you must grant permission.
If you wish to run this program as a standalone application download the JAR file and run it. On Windows 2000 or Mac OS X, you can double-click on the JAR file. Otherwise, here are the instructions from AppGate's:
- Linux/jdk1.1.x:
java -classpath ./mindterm.jar com.mindbright.application.MindTerm
- Win32/jdk1.1.x:
c:\jdk1.1.x\bin\java -classpath
c:\jdk1.1.6\lib\classes.zip;c:\mindbright\mindtermfull.jar
com.mindbright.application.MindTerm
- Win32/jre1.1.x:
c:\jdk1.1.x\bin\java -cp c:\mindbright\mindtermfull.jar
com.mindbright.application.MindTerm
- Win32/jdk/jre1.2:
c:\jdk1.2.x\bin\java -cp c:\mindbright\mindtermfull.jar
com.mindbright.application.MindTerm
c:\jdk1.2.x\bin\javaw -cp c:\mindbright\mindtermfull.jar
com.mindbright.application.MindTerm
NOTE: The javaw runtime version does not create a DOS shell
window for the console, making it more convenient for "real"
usage.
-
Win32/jview (Microsoft’s JVM supplied with IE4 and later):
jview /cp:p mindtermfull.jar com.mindbright.application.MindTerm
MacOS/MRJ:
First, get the JBindery application. It is found in the MRJ SDK
at the following website:
http://developer.apple.com/java/text/download.html#sdk
Then, drop the mindtermfull.jar file onto the JBindery icon and
give it the class name ‘com.mindbright.application.MindTerm’.
Save it and run MindTerm with just a double-click.