Preface

Previous Next Contents

Preface

Note

The Technology Compatability Kit (TCK) documentation is part of the Java Enterprise Edition contribution to the Eclipse Foundation and is not intended for use in relation to Java Enterprise Edition or Java Licensee requirements. The documentation is in the process of being revised to reflect the new Jakarta EE branding. Additional changes will be made as requirements and procedures evolve for Jakarta EE. Where applicable, references to Java EE or Java Enterprise Edition should be considered references to Jakarta EE.

Please see the Title page for additional license information.

This guide describes how to install, configure, and run the Technology Compatibility Kit (TCK) that is used to test the Debugging Support for Other Languages (Debugging Support for Other Languages 1.0) (JSR 045) technology.

The Debugging Support for Other Languages TCK is a portable, configurable automated test suite for verifying the compatibility of a licensee’s implementation of the Debugging Support for Other Languages 1.0 Specification (hereafter referred to as the licensee implementation). The Debugging Support for Other Languages TCK uses the JavaTest harness version T.T.T to run the test suite

Note

Note All references to specific Web URLs are given for the sake of your convenience in locating the resources quickly. These references are always subject to changes that are in many cases beyond the control of the authors of this guide.

Who Should Use This Book

This guide is for developers of the Debugging Support for Other Languages 1.0 technology to assist them in running the test suite that verifies compatibility of their implementation of the Debugging Support for Other Languages 1.0 Specification.

Before You Read This Book

You should be familiar with the Debugging Support for Other Languages 1.0 Specification, which can be found at http://jcp.org/en/jsr/detail?id=045.

Before running the tests in the Debugging Support for Other Languages TCK, you should familiarize yourself with the JavaTest documentation that is included in the Debugging Support for Other Languages TCK documentation bundle.

Typographic Conventions

The following table describes the typographic conventions that are used in this book.

Convention Meaning Example

Boldface

Boldface type indicates graphical user interface elements associated with an action, terms defined in text, or what you type, contrasted with onscreen computer output.

From the File menu, select Open Project.

A cache is a copy that is stored locally.

machine_name% su
Password:

Monospace

Monospace type indicates the names of files and directories, commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter.

Edit your .login file.

Use ls -a to list all files.

machine_name% you have mail.

Italic

Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values.

Read Chapter 6 in the User’s Guide.

Do not save the file.

The command to remove a file is rm filename.

Shell Prompts in Command Examples

The following table shows the default UNIX system prompt and superuser prompt for the C shell, Bourne shell, and Korn shell.

Shell Prompt

C shell

machine_name%

C shell for superuser

machine_name#

Bourne shell and Korn shell

$

Bourne shell and Korn shell for superuser

#

Bash shell

shell_name-shell_version$

Bash shell for superuser

shell_name-shell_version#


Previous Next Contents
Eclipse Foundation Logo  Copyright © 2018, Oracle and/or its affiliates. All rights reserved.