I saw this message when there was an error in eclipse.ini .
Try using my eclipse.ini to see if this resolves the issue.
In particular, check for extra space at the end of each line.
With this error message:
/usr/java/jre1.6.0_18/bin/../lib/i386/client/libjvm.so: cannot enable executable stack as shared object requires: Permission denied
probably a real problem.
Check if this is due to the fact that most applications are not allowed to run the executable stack.
See this article .
This forum offers:
After reading, SELinux reveals errors in another code and SELinux Reveals Errors in other code. I then tried
and it seems to work too.
June 2012 update: la89ondevg mentions in comments:
In case the command above did not make changes, so you can choose to make changes by going to System->Administration->SElinux Management after that, select " Boolean " and set Boolean accordingly or just search for " allow_execstack " in the filter and install it.
This will work the same as above.
source share