Installation |
Previous | Next | Contents |
This chapter explains how to install the Debugging Support for Other Languages TCK software. This chapter contains the following sections:
The Reference Implementation for Debugging Support for Other Languages 1.0 is Java 2 Platform, Enterprise Edition ("J2EE" ) version 1.4. Follow the instructions for installing J2EE.
Copy the test (dsol-tck.jar
) and/or configure the class path such that the test is
available on the class path. Adding options to the “java” command line to
accomplish this is acceptable.
The top most Debugging Support for Other Languages TCK installation directory, is referred to as TCK_DIRECTORY throughout the Debugging Support for Other Languages TCK documentation. You can name this directory whatever you want.
Once the Debugging Support for Other Languages TCK is installed, several directories will be created under the TCK_DIRECTORY/. The contents of these directories are as follows (on Win32 platforms assume backslashes in directory paths, instead of forward slashes used here).
Table 3-1 Definitions
File or Directory | Contents |
---|---|
|
Contains class files for the Debugging Support for Other Languages TCK. |
|
This directory and its subdirectories contain all of the documentation for the Debugging Support for Other Languages TCK. |
|
Contains the Debugging Support for Other Languages TCK User’s Guide (dsol-tck.pdf). |
|
Contains the source files of the TCK. |
Previous | Next | Contents |