Pre-requisites ============== - JET requires TET 3.1 or greater be installed on your system. JET will work with either TETware or TETware Lite. - You must also have a JNI-capable Java development kit installed. JET expects the Java utilities "java", "javac", "jar" and "javah" to be in accessible from your PATH. - TET_ROOT should be defined and point to the TET installation. - TET_ROOT/bin should be in the execution PATH when running tests. Building and Installing JET =========================== - Edit 'makefile' and define the following macros: JCC -- how to create a shared library with your C compiler; this macro should include whatever include paths are necessary to access the JNI header files. TET_FLAGS -- Set this to '-DTET_LITE' if using TETware Lite. If you are using TET 3.1, also set '-DTET_31'. If you are using TET3.3, also set '-DTET_33' . - Type 'make'. - Type 'make install' to install JET into TET_ROOT. - Type 'make doc' to create the documentation in the 'doc' directory. - If you like, copy the jdemo hierarchy to TET_ROOT and examine the example tests.