JThreadKit Home

ObjectFIFO Demo

Instructions for using the demo. View the demo source.

There are two different ways to run the demo:

Applet

  • Run the applet (requires the 1.2 plugin or later).

Download

  • Download the jar (requires Java 1.2 or later to run).

    To run the demo, type either one of the following at the command line:
        java -jar objfifodemo.jar
        java -cp <jar location> com.jtkdemo.ObjectFIFODemo
    
    Or, if you are on a graphical platform, you may be able to simply double-click the jar since it is an executable jar.

    NOTE: If your browser has trouble with ".jar" extensions and doesn't seem to save the jarfile correctly, download objfifodemo.zip instead, and try
        java -jar objfifodemo.zip