tinyb icon indicating copy to clipboard operation
tinyb copied to clipboard

How to integrate it in Eclipse project?

Open belatarmohammed opened this issue 9 years ago • 1 comments

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,

belatarmohammed avatar Dec 01 '16 16:12 belatarmohammed

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

aplastiras avatar Nov 02 '17 15:11 aplastiras