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?
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?