Hello, I have compiled a JNI module on linux. And the shared library is created as a .so file. I compiled the c code using gcc -I<include directories> -c <Cfile>.c - < library name>.so But when i try running the java application it gives the following error. Exception in thread "main" java.lan.UnsatisfiedLinkError : <shared library path> : <shared library path again> :ELF file's phentsize not the expected size at java.lang..... ...... I have set the LD_LIBRARY_PATH to the shared library's path. How can i get rid of this problem? Please reply to me at premkumar@bflsoftware.com about this. I am using JDK1.2. Thanks and regards, Prem.Received on Wednesday, 29 March 2000 10:57:40 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 9 April 2012 12:13:34 GMT