How do I use BlueCove to use Bluetooth on a MacBook with Java?

前端 未结 1 748
清酒与你
清酒与你 2021-01-02 17:38

I would like to implement an Java application that uses Bluetooth on my MacBook Air laptop. I try to use the Java bluetooth library BlueCove.

I tried to implement th

相关标签:
1条回答
  • 2021-01-02 18:30

    BlueCove requires the 32-bit JVM to run. Adding the -d32 argument to java to force the 32-bit JVM will fix the problem. You can do this in Eclipse under VM Arguments for the launch configuration.

    0 讨论(0)
提交回复
热议问题