简体   繁体   English

Mac OS和Java蓝牙

[英]Mac OS and Java bluetooth

After searching for hours, I decided to ask this question here. 搜索了几个小时后,我决定在这里提出这个问题。 For JSR-82 (bluetooth), there is an implementation called bluecove. 对于JSR-82(蓝牙),有一个名为bluecove的实现。 However, the Mac OS version relies on a 32 bit VM (the last time the library was updated was back in 2008). 但是,Mac OS版本依赖于32位VM(最后一次更新库是在2008年)。 The problem is that newer JDK versions for the Mac do not support 32 bit anymore (the -d32 argument just gives me an error). 问题是Mac的新JDK版本不再支持32位(-d32参数只是给我一个错误)。

So is there a possibility to get a 32 bit JVM for Mac OS? 那么是否有可能为Mac OS获得32位JVM? Or are there other implementations for bluetooth that support 64 bit VMs? 或者是否有其他支持64位虚拟机的蓝牙实现?

You can use newest version(2.1.2) of Bluecove. 您可以使用Bluecove的最新版本(2.1.2)。 It is not officially announced by Bluecove team but It has native OSX 64 bit support. 它没有被Bluecove团队正式宣布,但它具有本机OSX 64位支持。 I found this version at Bluecove issue page . 我在Bluecove问题页面找到了这个版本。 Please look under Comment #21. 请在评论#21下查看。 If you want you can download it here . 如果你想,你可以在这里下载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM