如何通过java访问应用程序?

发布于 2024-08-05 08:55:19 字数 178 浏览 2 评论 0原文

我想通过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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暮年 2024-08-12 08:55:19

有一个用于 JAVA 的 Skype API 库。不知道是否还在维护...

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

妞丶爷亲个 2024-08-12 08:55:19

如果您使用的是 Windows,则可以通过 Java-COM 桥访问 Skype,例如 JCom、JACOBJ-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 ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文