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

Re: How to make Subclipse recognize JavaHL

From: Jeff Bowden <jlb_at_houseofdistraction.com>
Date: 2005-01-27 02:06:27 CET

Jerry Haltom wrote:

>So I have javahl available (/usr/share/java/svn-javahl.jar). I have
>Subclipse. How do I make Eclipse recognize javahl's existence?
>
>

/usr/local/bin/eclipse:

    #! /bin/sh

    export CLASSPATH=/usr/share/java/svn-javahl.jar
    export LD_LIBRARY_PATH=/usr/lib
    exec /usr/local/eclipse/eclipse
Received on Thu Jan 27 12:06:27 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.