Hello,

For your info, I am referring to cygwin environment. Actually, I need some advice on this problem. I have generated the file based on the following:
--> ./configure --enable-interfaces=java
--> make
--> make install

The files generated:
cygwin>usr>lib>ppl>
-cygppl_java.dll
-libppl_java.dll.a
-libppl_java.la
-ppl_java.jar

When I try to load (System.loadLibrary()) the library via eclipse, I got this exception:
"java.lang.UnsatisfiedLinkError: C:\cygwin\usr\local\lib\ppl\cygppl_java.dll: The file or directory is corrupted and unreadable"

I have reinstalled a few times, but still receiving the same exception.

I did try loading a different kind of dll, namely, cygwin1.dll, and it was ok.

Any advice is appreciated.

Thanks.

Azlan