Avaya 1.3 用户手册

下载
页码 256
The JTAPI Exerciser Application
Issue 1 October 2003
175
The JTAPI Exerciser Application 
The JTAPI Exerciser is a Java application that allows you to create JTAPI objects and 
invoke their methods interactively.
Manually Installing and Running the JTAPI Exerciser
For Non-Windows operating systems and some special cases on a Windows operating 
system a manual install may be necessary.  The required files should be copied manually 
and can be found on the CD-ROM under this path: \sdks\jtapi\os_independent\. The 
JTAPI client classes can be found at this path: \client\jtapi\os_independent\. For specific 
system configuration issues see the JTAPI Client readme file. 
Follow these steps to manually install and run the JTAPI Exerciser.
1. Copy jtapiex.jar from 
SDK\Jtapi\OS_Independent\Tools\Jtapiex
 
to a local directory.
2. (Microsoft VM) Unzip the Jtapi class file (ecsjtapia.zip or debug version ecsjtapd.zip) in 
the %SystemRoot%\java\lib directory. Also, copy the edited Tsapi.pro to the same 
directory.
3. (Microsoft VM) Unjar the Jtapiex.jar file in the %SystemRoot%\java\lib directory.  
4. (All other VMs) Copy Jtapi class files and the edited Tsapi.pro to any directory in the 
CLASSPATH environment variable:
(Netscape 4.x) ecsjtapia.jar, ecsjtapid.jar     
(all others)   ecsjtapia.zip, ecsjtapid.zip
5. From the command prompt, type: 
start java  jtapiex/Jtapiex
 (Sun JDK)
start jview jtapiex/Jtapiex
 (Microsoft VM)