Sun MTP J3270 Terminal
Welcome to the MTP J3270 Terminal. This product allows you to access Telnet 3270 end-systems.
The j3270
command can be invoked as follows:
[java] j3270 [-h <Host> [-p <PortNumber>] | -u <URL>]
[-m <Model>]
[-f <Font>]
[-n <Netname>]
[-a]
[-t <Timeout Value>]
[-s <Print Style>]
[-c <Codepage>]
[-x]
Where :
- -h Host
- TN3270 server host
- -p PortNumber
- TN3270 server port number
- -u URL
- TN3270 host and port as a URL e.g.
tn3270://host:portnumber
- -m Model
- Terminal model. This may be
- -f Font
- Where font is in the format name.style.size. For example -f Monospaced.PLAIN.12
- -n Netname
- If you allow TN3270E, you may request a specific netname for this terminal.
- -a
- Use alternate key map
- -t Timeout Value
- Host inactivity timeout value in seconds. Default value is 0 (never timeout)
- -s Print Style
- The method used to print. This can be one of
- reverse
- blackonwhite
- whiteonblack
Any other value uses the standard print style.
- -c codepage
- Host codepage. This can be any of the supported codepages. The following
codepages are currently supported
- IBM-037
- IBM-273
- IBM-277
- IBM-278
- IBM-280
- IBM-281
- IBM-284
- IBM-285
- IBM-297
- IBM-500
- IBM-875
- IBM-930
- IBM-933
- IBM-935
- IBM-937
- IBM-939
- IBM-1025
- IBM-1047
- -x
- Excludes the use of the TN3270E Protocol when connecting to the remote system. Only TN3270 is used.
Copyright © 2001 by Sun Microsystems, Inc. All Rights Reserved.