如何通过java访问应用程序?
我想通过java程序访问我的电脑上安装的Skype应用程序,以便我可以访问“搜索people on Skype”功能,以便通过程序而不是手动搜索 Skype 用户。
那么如何通过java来控制应用程序呢?
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个用于 JAVA 的 Skype API 库。不知道是否还在维护...
There is a Skype API library for JAVA. Not sure if it is still maintained...
如果您使用的是 Windows,则可以通过 Java-COM 桥访问 Skype,例如 JCom、JACOB 或 J-Integra。
除了这个技术要求之外,您还需要找到您正在寻找的功能的 API。这可能是更不确定的部分 - 如果没有,祝你好运;)
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 ;)