tinyb
tinyb copied to clipboard
How to integrate it in Eclipse project?
Hello, I've just downloaded and cmaked tinyb library, then installed. Now I have lib and include forlders created in /usr/local/. My question is how to integrate it with my Eclipse Java project? Import library? import project? import forlder?
Thanks,
Hi,
you have to go Project Properties -> Java Build Path -> Libraries and load the tinyb.jar as an external Jar. After the default tinyb installation you should find this in /usr/local/lib/java folder
Then in the JRE system library -> Native Library Location you have to user the path where the libjavatinyb.so and libtinyb.so libraries are. By default this is /usr/local/lib
Hope this helps