`javax.bluetooth`包在Eclipse中不可访问。

huangapple go评论86阅读模式
英文:

The package javax.bluetooth is not accessible in Eclipse

问题

我是新的 Eclipse 用户,刚安装了这个软件,并且添加了 bluecove-2.1.1 jar 文件。

我按照指导将这个 jar 文件导入了我的工作空间。
然而,在我项目中导入 javax.bluetooth.* 后,出现了一个错误:“The package javax.bluetooth is not accessible”。我尝试了几种方法来解决这个问题,但都没有成功。

英文:

I'm a new Eclipse user and have just installed the software and along with the bluecove-2.1.1 jar.

I did follow the instruction to import the jar file into my workspace.
However, when I import the javax.bluetooth.* in my project, there's an error "The package javax.bluetooth is not accessible". I did try several ways to fix this and none of them have worked.

答案1

得分: 1

我也在处理bluecove、Java方面的问题,我遇到了相同的问题。

请安装bluecove-2.1.1 SNAPSHOT版本,而不是bluecove-2.1.1或任何其他版本。

在我的情况下,这个方法有效。

bluecove-2.1.1 SNAPSHOT

英文:

I was also struggling with bluecove and java and I had the same problem.

Install bluecove-2.1.1 SNAPSHOT instead of bluecove-2.1.1 or any other version.

This worked in my case.

bluecove-2.1.1 SNAPSHOT

huangapple
  • 本文由 发表于 2020年8月18日 15:56:51
  • 转载请务必保留本文链接:https://go.coder-hub.com/63464200.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定