I'm facing the issue while building the libsvnjavahl.dll in windows using Visual Studio 6.0. The dll built successfully. But the dependencies are not added properly even though all the dll's are present.
I'm replacing the dll present in the subversion with the dll that i built and i got the following error in eclipse,
\eclipse\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.7.5\libsvnjavahl-1.dll: Can't find dependent libraries
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
Kindly let me know how to bound all the dependent dll's into libsvnjavahl.dll.