I created a library which uses the bluecove library. It works well but when I export the library into jar, and include into the other project, it looks that it can't found the bluecove class files.
Exception in thread "main"
java.lang.NoClassDefFoundError: javax/bluetooth/LocalDevice
I think there is a problem about exporting the jar with the dependencies. How can I export my java library as jar including the bluecove as well in Eclipse?
please explain why downvoted this question? It would be great to give some reason, letting me improve my question.