Blue Melon
BlueSense

Products/BlueSense Java/Installation

From BlueMelon

To be able to use BlueSense from Java:

Windows

  1. Copy the jars: BlueSense.jar, jBlueSenseSwig,jar to your java project. Be sure that they are added to the CLASSPATH.
  2. 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

  1. Copy the jars: BlueSense.jar, jBlueSenseSwig,jar to your java project. Be sure that they are added to the CLASSPATH.
  2. Copy the libjBlueSense.so to your project You will need add a -Djava.library.path=path_to_dll argument to your java command.


OSX

  1. Copy the jars: BlueSense.jar, jBlueSenseSwig,jar to your java project. Be sure that they are added to the CLASSPATH.
  2. Copy the libjBlueSense.jnilib to your project You will need add a -Djava.library.path=path_to_dll argument to your java command.


         

 

This page was last modified 09:43, 31 March 2006.