How to use SSH using mindterm under Java from either a Linux or Windows system : - Get mindterm.jar from http://www.appgate.com/products and store it somewhere on your computer (that location is called below) - Run using Java : Windows : jview /cp:p \mindterm.jar com.mindbright.application.MindTerm or : java /cp:p \mindterm.jar com.mindbright.application.MindTerm Note for MS-XP : On most XP systems with Java preinstalled it is already enough to double-click the mindterm.jar icon !! Linux : java -jar /mindterm.jar In both cases it may be more convenient to put the command in a simple BASH script (.sh) or MSW batch file (.bat) instead of retyping it by hand :) Kees Lemmens Jan 2003, Aug 2006