添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

I’m trying to run a precompiled java program on 13.1 that tries to connect to a bluetooth device.

the pogram crashes with
Exception in thread “main” java.lang.NoClassDefFoundError: javax/bluetooth/DiscoveryListener

I understood that “javax/bluetooth/DiscoveryListener” should be included with JSR-82 which is implemented with bluez.

Is this wrong, should I include some path to the call of the java program (which) or is there anything else I could do?