JTAPI import??
807569Jul 20 2006 — edited Jul 22 2006I have recently downloaded the JTAPI, (jtapi-1_4-fr2-spec.zip) and I wish to use it with a piece of source code which I have been given, which uses the javax.telephony.* packages and many more.. The problem which I am having is that of importing the package! I have tried creating a new library and adding the ZIP or the extracted folder, but either way I still get a:
package javax.telephony does not exist
import javax.telephony.*;
The only way round this was to add the entire folder to my source packages, which worked, although it was a bit of a bodge... So how should it be done??