Core
The following are core Framework files provided in the lib directory:
■j2mefw_jt.jar - Harness
Most of the Java SE platform code to support ME TCKs is in this file.
■interviewlib.jar - Helper library for interview creation.
CLDC and MIDP Execution
The Framework provides the following two functional groupings of CLDC and MIDP execution files:
■Agent and client .jar files
■
CLDC and MIDP Agents and Clients
The following are CLDC and MIDP agent and client .jar files provided in the lib directory:
■midp_xprtclnt.jar - Client for use in Test Export mode.
This client does not implement a communication channel with a remote machine.
■midp_httpclnt.jar -
■cldc_httpclnt.jar -
■client.jar - Client interface.
This is the primary communication interface for the pluggable communication protocol used by
■midp_agent.jar - Standard harness agent for MIDP 2.x.
This agent works in conjunction with an
Application model: MIDlet
Communication channel: HTTP
■midp_agent10.jar - Standard harness agent for MIDP 1.0.
This agent works in conjunction with an
Application model: MIDlet
Communication channel: HTTP
Appendix B Framework Bundle 83