Lorin Lund wrote:
> Is there any way to suppress this message:

Yes.

Assuming TERM has a value, start jconsole like this:

TERMCAP=$TERM:bs: ./jconsole

In other words:

(1) The TERM environmental variable must have a value (let's say it's xterm)
(2) The TERMCAP environmental variable must have a matching value (I used 
xterm:bs: which says that control-H performs a backspace).

If you care, you can provide a more complete definition of the capabilities of 
your terminal using this TERMCAP environmental variable.  See the termcap 
manual page for details.

-- 
Raul

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to