如何使用JBuddy SDK创建一个简单的雅虎通客户端?
我试图找到一个免费的 .NET API,我可以用它来制作消息客户端,经过搜索,我发现它可以使用 JBuddy SDK 来完成。
根据网站的说法,他们制作了一个包装器对于 yahoo Messenger 的 Java API 的 .NET,称为 JBuddy.dll
我下载了 JBuddy 开发工具并得到了 JBuddy.jar,而不是预期的 *.dll。
如何获取 JBuddy.dll 并使用它来制作一个非常简单的 Yahoo Messenger 客户端?
I tried to find a free .NET API which I could use for making a messenger client and after searching I found it can be done using JBuddy SDK.
Instant Messaging SDK : The JBuddy SDK
From what the site says, they made a wrapper for .NET of their Java API for yahoo messenger called JBuddy.dll
I downloaded the JBuddy Developer Tools and got a JBuddy.jar instead of a *.dll as expected.
How can I obtain JBuddy.dll and use it to make a very simple Yahoo Messenger client?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据我从他们的帮助文件中收集到的信息。您执行 .jar 文件。安装开发工具,您可以在安装程序列表中选择.NET工具。更多信息可在此处入门 PDF
编辑:
自己安装后,我在“驱动器号:\JBuddy\JBuddySDK\lib”中找到了Jbuddy.dll文件
C# 示例可以在“JBuddy\JBuddySDK\demos\C#”中找到。希望有帮助!
From what I gathered from their help files. You execute the .jar file. Install the dev tools and you can select .NET tools in the installer list. More information can be found here Getting Started PDF
Edit:
After installing it myself I found the Jbuddy.dll file in 'Drive letter:\JBuddy\JBuddySDK\lib'
and samples in C# can be found in 'JBuddy\JBuddySDK\demos\C#'. Hope it helped!
我单击下载链接并获取此文件:JBuddyDeveloperTools-6.3.110808.jar。
我双击它,它安装了开发人员工具,以及 dll。
I clicked on the download link and got this file: JBuddyDeveloperTools-6.3.110808.jar.
I double clicked on this and it installed the developer tools, complete with the dll.