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