What is the hardware required for running JTAPI?
You cannot “run” JTAPI. JTAPI is not an application, not even a driver. JTAPI is only an API, more precisely a set of Java interfaces, and therefore there is nothing specific required for using JTAPI. However, if you create an application, you will need a JTAPI Provider. A JTAPI Provider is the base class that implements JTAPI. Different vendors have different implementations. Each implementation has its own requirements based on its specificity. For example, if you want to control a voice modem with JTAPI, you will need a modem card that is supported by the JTAPI implementation that you plan to use for controlling a voice modem; this is vendor-specific.