README

Sample TCK
Version 1.2

May 2003

 

Table of Contents

Introduction
System Requirements
Release Contents

Introduction

The Sample TCK is an example of a finished TCK that you can use to model your TCK after. It is also used to demonstrate the Java™ Compatibility Test Tools (Java CTT) and is referenced in the accompanying documentation.

The Sample TCK includes:

If you are developing your first TCK, you should examine the contents of the Sample TCK in detail, and run its test suite against a reference implementation.

NOTE: This file contains long path names, be sure to print it in "landscape" orientation.

System Requirements

In order to run the Sample TCK you must install the Java 2 Platform, Standard Edition (J2SE™), SDK version 1.4 or greater.

Release Contents

The following table describes the contents of the Sample TCK package. Note that the root directory of the installed Java CTT package is referred to as CTT_HOME and Sample API refers to the specification, source, and classes for the the stock quote server program.

Location (relative to CTT_HOME/) Descriptions
examples/sampleTCK/README.html This file
examples/sampleTCK/tck/COPYRIGHT-sampletck.html TCK copyright information
examples/sampleTCK/tck/ The TCK test suite root directory
  Sample API specification files:

examples/sampleTCK/sampleapi10/javadoc_spec

Version 1.0 generated by the Javadoc tool

examples/sampleTCK/sampleapi10/plaintext_spec/spec.txt

Version 1.0 in plain text format
examples/sampleTCK/sampleapi11/javadoc_spec Version 1.1 generated by the Javadoc tool
examples/sampleTCK/sampleapi11/plaintext_spec/spec.txt Version 1.1 in plain text format
   
  Sample API source files:
examples/sampleTCK/sampleapi10/src10 Sample API 1.0 source files
examples/sampleTCK/sampleapi11/src11 Sample API 1.1 source files
   
  Compiled classes that form each reference implementation (RI) version of the Sample API:
examples/sampleTCK/sampleapi10/sampleapi10.jar Sample API 1.0 RI
examples/sampleTCK/sampleapi11/sampleapi11.jar Sample API 1.1 RI