3270 Pathway is a Java Bean, shipped as a single, stand-alone, Java Archive File (JAR). It does not need to be uncompressed, nor do files need to be extracted from it. It can be used in the following ways:
import unikix.clientapis.emulator.*;
Simple examples of using the 3270 Pathway Bean in a Java Application have been provided.
import unikix.clientapis.emulator.*;
Look at the supplied sample 3270 Pathway Bean Sample for a simple example of using the 3270 Pathway Bean within a Java Applet.
Note: Under the Java applet security model it is not possible to connect to any other host other than one from which it was served. In order to address this you may want to consider running the Telnet Router 'kixrouter' on your Web Server machine.
Consult the manufacters documentation to see how your particular IDE handles Jars.