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

Javahl dll loading/unloading

From: Christoph Lofi <christoph.lofi_at_gmx.net>
Date: 2004-03-21 09:48:07 CET

Hello.

I am coding a web based svn repository browser (something like viewCVS) and
I am using the javahl liberies in their newest version (yesterday).

The applicatition is based on servlets deployed on Apache Tomcat 5. I am
using one static class with has an instance of the SVNClient.

The problem is, everytime when I redeploy the application, I have to restart
the server because the access to the svnjavahl.dll is still blocked by the
undeployed webapp. I'm using SVNClient.dispose() while undeploying, but it
seems not to do anything.

The exception I get is:

java.lang.UnsatisfiedLinkError: Native Library
C:\WINDOWS\system32\svnjavahl.dll already loaded in another classloader

What can I do?

Thanks for help.

Regards,
Christoph

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 21 09:48:25 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.