Link to home
Start Free TrialLog in
Avatar of chudyksg
chudyksgFlag for United Kingdom of Great Britain and Northern Ireland

asked on

how to install java wrapper for c

I want to use a java wrapper frt fftw library called jfftw. The wrapper can be found here:
http://www.fftw.org/download.html but I can't find any information how to install it, there are only info how to install it using linux. Does anyone know how to install it?
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
And the java wrapper
ftp://ftp.fftw.org/pub/fftw/jfftw-1.2.zip
does not seem to be system specific.
You will have to have C compiler and this all may be painful,
but it doesn't look necearily Linux oriented
Avatar of CEHJ
If you don't want the pain of compiling natively for Windows, you might load the dll with JNA