Failed to map segment from shared object

When i run the a sample helloworld program then it shows this error-

java.lang.UnsatisfiedLinkError: /mnt/wine/javaprogram/gamedisplay/liblwjgl.so: /mnt/wine/javaprogram/gamedisplay/liblwjgl.so: failed to map segment from shared object: Operation not permitted



How can i solve this problem.


I have already solved the problem. In my case there was a file permission problem in my linux environment. Now i move the lib folder into the opt directory and give the permission chmod -R 777 lib. Then the problem solved.