Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.09 KB

index.md

File metadata and controls

26 lines (18 loc) · 1.09 KB
layout title permalink
default
Welcome to TN5250J
/

Introduction

The tn5250j is a 5250 terminal emulator for the IBMi (AS/400) written in Java. It was created because there was no terminal emulator for Linux with features like continued edit fields, gui windows, cursor progression fields etc....

From there it has seemed to go off in all sorts of directions. Now there are 3 modes:

  • A basic mode that most emulators I have found are.
  • Enhanced mode that implements the features that I wanted like masked edit fields and those listed above.
  • The third is a gui mode that turns the bland green-screen into a windows gui (See screen shots).

screenshot1 screenshot2 screenshot3 screenshot4

History

The project was open sourced to give something back to all those hackers and code churners that work so hard to provide the Linux and Open Source communities with quality work and software.

The original developer wanted it to work on different operating systems, thus Java giving the "J" at the end.