Products/BlueSense Java/Installation
From BlueMelon
To be able to use BlueSense from Java:
Windows
- Copy the jars: BlueSense.jar, jBlueSenseSwig,jar to your java project. Be sure that they are added to the CLASSPATH.
- Copy the jBlueSense.dll to your project or to the Windows/System32 folder. If you have copied the file to a location other then Windows/System32 you will need add a -Djava.library.path=path_to_dll argument to your java command.
Linux
- Copy the jars: BlueSense.jar, jBlueSenseSwig,jar to your java project. Be sure that they are added to the CLASSPATH.
- Copy the libjBlueSense.so to your project You will need add a -Djava.library.path=path_to_dll argument to your java command.
OSX
- Copy the jars: BlueSense.jar, jBlueSenseSwig,jar to your java project. Be sure that they are added to the CLASSPATH.
- Copy the libjBlueSense.jnilib to your project You will need add a -Djava.library.path=path_to_dll argument to your java command.


