taksan / skype-java-api

Skype API for Java, based on Skype4Java library
128 stars 60 forks source link

how to? #23

Closed ebowman closed 11 years ago

ebowman commented 11 years ago

Any chance you could write the very basics of how to get the examples to run?

taksan commented 11 years ago

Hi,

Just import the examples maven project in your favorite java IDE and run the classes. Each example is a self contained main class that should run without any problems. Just make sure Skype is up and running, or any example will fail. Also, make sure you authorize the application to access skype when you run the example (skype should pop a dialog asking you whether you accept the API access).

If you find any problems, feel free to ask.

Best regards!

taksan commented 11 years ago

I'm closing this issue. If you feel you need more details, feel free to create a new issue.