Java Phone to PC programming

Hii all,

Can anyone tell me how to import javax.telephony package in my java application. When I import javax.telephony.* in my application it is showing cannot be resolved. What are the requirements in order to import the same . Should I need a jar file if so which one, plss mention all the jar files required.

My need is to detect a an incomming phone call in my pc using this java application.

With Regards,

Terance.

[451 byte] By [Terrytera] at [2007-11-27 11:32:58]
# 1

That's because there is no such package in the standard Java classes. Perhaps it's a 3rd party library of some kind. Try using a search engine to locate it.

prometheuzza at 2007-7-29 16:48:38 > top of Java-index,Java Essentials,New To Java...