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

Re: How can i start tu use the javahl?

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: 2004-11-13 02:10:22 CET

Hi Kelvin. What arguments are you using when invoking the JVM? From
this error message, it looks like you'd need to pass -
Djava.library.path=path/to/javahl/lib/dir/ to set the system property
which tells javahl where to look for the necessary native library.

On Thu, 2004-10-28 at 10:58 +0200, Kelvin Ekonomi wrote:
> I have installed subversion with the setup.exe mode for windows. I
> don't have the apache web server and i am having problems with
> installing "javahl". Can you explain me the procedure of the
> installation for the javahl? Do i have to install the Visual Studio
> for installing javahl?
> When i call the SVNAdmin.create() than i have this errors:{
> java.lang.UnsatisfiedLinkError: no svnjavahl in java.library.path
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
> at java.lang.Runtime.loadLibrary0(Runtime.java:788)
> at java.lang.System.loadLibrary(System.java:832)
> at
> org.tigris.subversion.javahl.SVNAdmin.<clinit>(SVNAdmin.java:45)
> at Main.main(Main.java:28)
> Exception in thread "main" 
> }
>
> the tests in the javahl generates this error too.
>
> thanks for the help
> Kelvin
>
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 13 02:10:56 2004

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

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