我应该使用哪个库来导入包“javax.obex.ClientSession”用爪哇语?

发布于 2024-09-30 19:30:40 字数 214 浏览 2 评论 0原文

我有一个将文件发送到移动设备的程序。在 NetBeans IDE 中打开它后,它在下面所示的行中显示错误,

import javax.obex.ClientSession;
import javax.obex.HeaderSet;
import javax.obex.Operation;

它显示错误,因为包不存在。我应该怎么做才能纠正这个错误?

i got a program that send file to mobile device. After opening it in the NetBeans IDE it shows error in the lines shown below

import javax.obex.ClientSession;
import javax.obex.HeaderSet;
import javax.obex.Operation;

it shows error as package does not exist. what should i do to correct this error ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

输什么也不输骨气 2024-10-07 19:30:40

findJAR 是一个有用的 JAR 搜索引擎,可以帮助您查找包含指定类的 jar。

只需搜索 javax.obex.ClientSession ,它就会告诉您它存在于 bluecove-2.1.0.jar 以及您可以从中下载 jar 的位置。

findJAR is a useful JAR search engine that will help you find jars containing a specified class.

Just search for javax.obex.ClientSession and it will tell you that it is present in bluecove-2.1.0.jar and also where you can download the jar from.

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