Problem with subclipse

When i make anything show me one error, that says me need access to native libraries and i don’t know how to fix it.

Any idea? thanks for all

PS: Y activate de SVN Kit and no more problems

You’re probably using Servoy in 64-bit mode but have 32-bit JavaHL library.
In your preferences > Team > SVN, switch to SVNKit and restart, this should fix your issue.

Thanks for the answer ptalbot, and know i remember i post the same some time ago, and works with SVN Kit, but i don’t know why with Java HL don’t work, but if work with SVN Kit no problem. What is the difference of one or another?

JavaHL is a native library, so it needs to be 32 or 64-bit according to the java bit depth you are using.
SVNKit is pure Java so will work equally well in 32 or 64-bit.
Native is supposed to give you better performance, but quite frankly there’s not much difference.

Okey, i put the SVNKit and all works fine, thanks for all ptalbot.