Sun Microsystems 1.2 Telephone Accessories User Manual


 
Appendix B Framework Bundle 83
Core
The following are core Framework files provided in the lib directory:
j2mefw_jt.jar - Harness plug-in code.
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
Plug-in .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 - HTTP-based communication client for MIDP.
cldc_httpclnt.jar - HTTP-based communication client for CLDC.
client.jar - Client interface.
This is the primary communication interface for the pluggable communication
protocol used by CLDC-based agents.
midp_agent.jar - Standard harness agent for MIDP 2.x.
This agent works in conjunction with an HTTP-based communication client
(midp_httpclnt.jar)
Application model: MIDlet
Communication channel: HTTP
midp_agent10.jar - Standard harness agent for MIDP 1.0.
This agent works in conjunction with an HTTP-based communication client
(midp_httpclnt.jar). This agent does not support the MIDP 2.x security
model.
Application model: MIDlet
Communication channel: HTTP