I actually want to have another a java program that I developed display the information that comes into the emulation environment instead of it displaying on the KEA session. I know I can actually do this directly from my java program and not even have to call a kea session, but due to security puroses, I need to use KEA to actually talk back and forth, and my application getting the input into the emulation environment of KEA and output. Sorry that last sentence may be confusing. Here is what I'v got:
server using telnet for connections--->KEA (connecting through telnet-->information from telnet passed to KEA-->displayed by KEA-->other information passed from KEA--->sent to server using telnet for further instructions.