[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnjavahl problem

From: Sébastien Mathy <sebastien.mathy_at_kereval.com>
Date: 2005-12-12 17:06:04 CET

Hi,

I would like to integrate svn with another java application.

I've installed svn for windows and all seems to work great.
In my project, I've added the source code of
org.tigris.subversion.javahl and the libsvnjavahl-1.dll.

I would like to run SVNAdminTests and I have added the following
parameter to the JVM :
-Djava.library.path=full_path_to_dll

But I have this error :
java.lang.UnsatisfiedLinkError: no svnjavahl in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at
org.tigris.subversion.javahl.NativeResources.loadNativeLibrary(NativeResources.java:83)
    at org.tigris.subversion.javahl.SVNAdmin.<clinit>(SVNAdmin.java:29)
    at
org.tigris.subversion.javahl.tests.SVNAdminTests.setUp(SVNAdminTests.java:42)
    at junit.framework.TestCase.runBare(TestCase.java:125)
    at junit.framework.TestResult$1.protect(TestResult.java:106)
    at junit.framework.TestResult.runProtected(TestResult.java:124)
    at junit.framework.TestResult.run(TestResult.java:109)
    at junit.framework.TestCase.run(TestCase.java:118)
    at junit.framework.TestSuite.runTest(TestSuite.java:208)
    at junit.framework.TestSuite.run(TestSuite.java:203)
    at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
    at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
    at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)

Have I missed something?

Thank in advance for your help.

Sebastien

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Mon Dec 12 17:07:08 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.