You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Grant Ingersoll <GS...@syr.edu> on 2005/06/13 20:21:47 UTC

Native dependencies

Hi,

I have a 3rd party JAR that requires a native library.  How do I
specify the dependency such that the native library gets put in a place
where I can link with it at runtime?


Thanks,
Grant Ingersoll

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Native dependencies

Posted by dan tran <da...@gmail.com>.
- put the native files under your local repo
- add them to your dependencies list

At run time system use pregoal to add the native files to a localtion understand
by your system, ORuse some sort of environment valiable to add your file to 
linkage path

What OS are you targeting?

-D



On 6/13/05, Grant Ingersoll <GS...@syr.edu> wrote:
> Hi,
> 
> I have a 3rd party JAR that requires a native library.  How do I
> specify the dependency such that the native library gets put in a place
> where I can link with it at runtime?
> 
> 
> Thanks,
> Grant Ingersoll
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org