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

Re: Compiling subversion with javahl support?

From: Hermann Voßeler <hermann.vosseler_at_baaderbank.de>
Date: 2005-05-11 15:05:19 CEST

Bjørn T Johansen wrote:
> I have compiled subversion 1.1.4 with --enable-javahl but subclipse still tells me it
> doesn't find any javahl. What am I missing?
>
> Regards,
>
> BTJ
>
Points to consider.
- did the build indeed create a libsvnjavahl-1.so
- was this properly installed (to a "trusted linker dir" od with
   ldconfig)
- Wrapper script to tell eclipse the location of the lib
----------------
#!/bin/sh
export LD_LIBRARY_PATH=/usr/local/lib
exec /opt/eclipse/3.1M6/eclipse -vm $JAVA_HOME/jre/bin/java -data
~/devel/workspc $@ -vmargs -Xmx900M
----------------

-- 
Regards
Hermann Vosseler
---------------------------------------------------------------
Hermann Voßeler                               Tel 089/5150-1513
Baader Wertpapierhandelsbank AG               Fax 089/5150-1111
Weihenstephaner Straße 4
D-85716 Unterschleißheim
eMail: hermann.vosseler@baaderbank.de
Internet: www.baaderbank.de
---------------------------------------------------------------
Received on Wed May 11 23:05:19 2005

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.