MindTerm FAQ ------------ Q1) I can't get the tunnels to work in the applet, what's wrong? A1) Only if you are running a signed applet, or otherwise have disabled the security restrictions the browser/appletviewer puts on applets can you use tunnels. Q2) I can't connect to the host 'hostname1' from the applet (though I can connect to 'hostname2' which incidentally is the same host as the web-server serving the applet). A2) Only if you are running a signed applet, or otherwise have disabled the security restrictions the browser/appletviewer puts on applets can you connect to arbirtrary hosts from it. Q3) I can't run the applet in Netscape on my Macintosh, what's wrong? A3) The Netscape on Macintosh does not contain a complete java 1.1.x runtime, you will have to use the MRJ runtime (found here: http://www.apple.com/java/) and use it as a plugin (see README). Or you can use Internet Explorer for the Macintosh. Q4) I just get "Applet mindbright.application.MindTerm class mindbright.application.MindTerm could not be loaded", what am I doing wrong? A4) This can depend on many things, for example: o You are running from an outdated browser which does not contain a complete java 1.1.x runtime (e.g. Netscape v4.05 or less) o See "A3" o You have installed a html-page containing an APPLET tag referring a jar-file that does not exist (tag: "'. Note, when running a single command Mindterm will typically exit immediately if the command is not found. Q27) I try to run MindTerm as an applet in Opera, is Opera not supported? A27) I have now tried Opera version 3.61 (on win32) with Sun java-plugin v1.1.3 (go to http://www.opera.com/support/instplug.htm#java to get it) and it can run MindTerm without problems. This is only tested with win32 (Linux version of Opera does not support plugins yet). (NOTE: with Opera you don't need to use a plugin-specific html-page it uses the normal APPLET tags for launching the plugin). Q28) I don't see a -C flag equivalent for doing compression, is it not supported? A28) The java.util.zip package contains the code to do this, however the right (native) interface is not exposed so it can't be used with ssh right now (hence it is not supported in MindTerm). Doing it in pure java is too painful IMHO. A feature-request (id: 4255743) is submitted to Javasoft so maybe in the (far?) future this can be implemented. Q29) When I use MindTerm in Netscape on Linux with black background the popup-menu can't be used since it's black-on-black, how can I fix this? A29) There is a bug in Netscape on Linux making the popup inherit the black background from the main-window while keeping the text black . I don't know how to fix this. Workaround (from D Roland Walker ): netscape -xrm "netscape*drawingArea*canvas.canvas.XmMenuShell*XmRowColumn*foreground:lightgray" OR Make it permanent by adding the following to your ~/.Xdefaults file: netscape*drawingArea*canvas.canvas.XmMenuShell*XmRowColumn*foreground:lightgray" Note that you may have to substitute "netscape" with one of the following: Netscape netscape-communicator netscape-navigator Q30) When I use MindTerm on Internet Explorer or standalone with Microsoft's jview JVM (e.g. version 4.79.2435) I get a tiny/unusable window and the message in the console: BorderLayout: cannot add to layout: unknown constraint: null A30) Ok, this seems to be a bug (I can't think of anything else) in the jview of certain versions. Try upgrading to a newever jview (found at http://www.microsoft.com/java/) Q31) I'm trying to transfer to/from a (local) file which have spaces in it's name with the SCP File Transfer but it fails! A31) README 4.1.9: ...if a name contains a space enclose it in quotes like: "a file with spaces"... Q32) When starting MindTerm as an applet in Internet Explorer all I get is a minimal window which is empty when I enlarge it, and nothing seems to work. A32) This was due to a bug in the Microsoft JVM (jview), it was fixed in MindTerm v1.2pre1 and later. It occurred in version "4.0 Release 4.79.0.2424" of jview. Q33) On linux when using ibm-jdk1.1.8 or jdk117v3 I can't get a tilde on swedish (international) keyboard! A33) This seems to be a bug in the keyhandling code of these jdk's Q34) I get an error when connecting saying "Address already in use", why's that? A34) This occurs because the same tunnels Due to how sockets behave it might be needed to exit the JVM to release sockets properly.