JClass BWT Examples

Copyright (c) 1997 by KL Group, Inc. All Rights Reserved.

Overview

BWT comes with an assortment of example programs. For more details on the files that are included as part of the examples, please see the index.

Running the Examples

All the examples implement the main() method required to run with the interpreter. They are all members of the jclass.bwt.examples package. To run these programs from the command line, make sure your CLASSPATH set properly, then type (for example):
  java jclass.bwt.examples.buttons

All other examples can be run from the index.html file. To run in a browser (assuming the install occurred in /vol/java), visit:

file:/vol/java/jclass/bwt/examples/index.html
(Developer's Note: The html files use a relative CODEBASE to point at the correct starting point for the LiveTable code. If you move the html files to another location, you will have to update CODEBASE.)

Miscellaneous

Before attempting to develop with JClass BWT, you must be able to compile Java applications or applets. Make sure you can compile and run simple Java applications or applets before you begin to use JClass BWT. Consult the Java JDK documentation for assistance in determining the location of the java compiler (javac) and the Java class files.