vote up 1 vote down star

I want to access the Skype application installed on my pc through a java program so that I can access the "Search for people on skype" feature of the application so as to search for skype users through the program and not manually.

So how can I get control of the application through java.

flag

60% accept rate
Similar question in the sense that my answer over there applies to this question too: stackoverflow.com/questions/1354186/… – Esko Sep 19 at 8:50
Esko, Skype should be accessed through its API, not as a command line invocation. – Thorbjørn Ravn Andersen Sep 19 at 13:27

2 Answers

vote up 2 vote down check

There is a Skype API library for JAVA. Not sure if it is still maintained...

link|flag
The latest news are from 2006... developer.skype.com/wiki/Java_API – Martin Klinke Sep 19 at 8:38
I'd love to hear from people with actual experience with this library. – Thorbjørn Ravn Andersen Sep 19 at 13:28
vote up 1 vote down

If you're on Windows, you may be able to access Skype via a Java-COM bridge, e.g. JCom, JACOB or J-Integra. Beyond this technological requirement you need to find API for the feature you are looking for. This is probably the more uncertain part - if there is none, well good luck ;)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.