igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] igraph, JNI and Java: native libraries ?


From: Tamás Nepusz
Subject: Re: [igraph] igraph, JNI and Java: native libraries ?
Date: Wed, 25 Jan 2012 21:22:16 +0100

Hi Sam,

I have played with a JNI interface a while ago (if you check our repository, 
you can find the results in interfaces/java) and yes, you have to compile both 
the igraph library and the "glue code" for all the platforms you intend to 
support, there is no way around it.

Cheers,
Tamas

On 25 Jan 2012, at 17:36, <address@hidden> <address@hidden> wrote:

> Hi all,
> 
> I'm currently interfacing igraph with Java using JNI. I'm not creating a full 
> API access (as said in previous posts,
> this requires much work) but rather invoke some specific methods for loading 
> a graph and computing its statistical properties.
> 
> Such an interface requires the compilation of native shared libraries for 
> each target platform.
> Well, I'm able to make it of my own for some platforms (linux 32bits, windows 
> 32 bits).
> However, I've no machine nor virtual machine for OSX 32/64 bits, nor for 
> linux 64bits, nor windows 64bits.
> I spent some time for setting up a cross compilation chain, but it's really 
> too long for my spare time.
> 
> So here is my question: maybe someone already created this library for these 
> other target platforms and
> could share it ? Or, maybe the native libraries may be distributed out of the 
> box in the sourceforge website ?
> (if you already set up a cross compilation chain). Hopefully this may 
> encourage people
> to develop a full JNI or JNA interface ^^
> 
> Thanks !
> 
> Regards
> 
> Sam. Thiriot
> 
> 
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]