CLDC Version 1.1
JavaTest harness version 3.1.3
Reference Document Locations
Once installed, you should browse:
TCK_DIRECTORY/index.html
You can find the CLDC TCK User's Guide at:
TCK_DIRECTORY/doc/cldc-tck/cldc-tck.pdf
For information on using the JavaTest harness see the JavaTest User's Guide at:
TCK_DIRECTORY/doc/javatest/javatest.pdf
The communication channel interfaces are described in JavaDoc at:
TCK_DIRECTORY/doc/cldc-tck/comm-javadoc/index.html
Installation
Download the latest vasion here:
http://qat.esmertec.com/main/tck/resources.html
including the TCK package and the latest exculde list.
To install the TCK, first unpack the CLDC TCK ZIP archive. For example, at a UNIX system prompt type:
% unzip CLDC-TCK_11.zip
The top-most directory of the installed package is referred to as TCK_DIRECTORY.
Second, unzip TCK_DIRECTORY/classes.zip into TCK_DIRECTORY.
finished!~
Known Issues
Work Directory Path Cannot Contain Whitespace
CLDC TCK 1.1 does not allow whitespace in the Work Directory Path. If a space or a TAB is included, test execution will not start and an error will be reported: "jarSourceDir not defined or wrongly defined".
Running JavaTest on Windows Machines Without DNS
Running the JavaTest harness on Windows machine without properly working DNS service can considerably increase test execution time. To avoid this problem you can either tune up your DNS service or edit the "hosts" file on your Windows system.
For example, if the OS files are located on drive "C:", Windows NT and Windows 2000 will use the following file:C:/WINNT/system32/drivers/etc/hosts
Windows 98 and Windows ME will use:C:/Windows/hosts
Add your Windows machine name and address to this file. Also add the name and address of your cldc agent host. The format of the file is as follows:
hostname1 d.d.d.d
hostname2 d.d.d.d
...
本文围绕CLDC TCK 1.1展开,介绍了参考文档位置,如用户指南、JavaDoc等所在路径;说明了安装步骤,可从指定链接下载并解压;还指出两个已知问题,工作目录路径不能含空格,在无DNS的Windows机器上运行JavaTest会增加执行时间,并给出解决办法。
5306

被折叠的 条评论
为什么被折叠?



