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

[Subclipse-users] can't use JhlClientAdapter?

From: ΡσΣσ <biti509yi_at_163.com>
Date: 2006-05-09 10:11:42 CEST

Hello,
 I just need some simple functions such as checkout.But there are so many classes and functions that I'm confussed as a beginner.
There is my code below.But it dosen't work and throws exception.
 
code:
            JhlClientAdapterFactory.setup();
            String type = JhlClientAdapterFactory.getPreferredSVNClientType();
            System.out.println("Using "+type+" factory");
            ISVNClientAdapter svnClient = JhlClientAdapterFactory.createSVNClient(type);
exception:
org.tigris.subversion.svnclientadapter.SVNClientException: Javahl client adapter is not available
I hava downloaded the source of subclipse1.0.1 and added svnjavahl.jar,svnClientAdapter.jar... into eclipse as libraries.
I didn't change the structrue of souce.
I know that JhlClientAdapter is relevant to the *.dll files and structrue of souce is below:
\subclipse1.0.1
               \svnClientAdapter
                                 \lib\*.jar
                                  *.dll
               \subclipse
                                 \core
                                       \lib\*.jar
I really don't know what's wrong with the problem?
For help,thanks!
Received on Tue May 9 10:12:38 2006

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

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