I used to see that message when there was any error in eclipse.ini.
Try using my eclipse.ini to see if that solve the problem.
In particular, check there is no extra space at the end of each line.
Update June 2012: la89ondevg mentions in the comments:
In case command above didn't made the changes so one can select to make changes by going to System->Administration->SElinux Management after that select "Boolean" and set Boolean appropriately or simply search "allow_execstack" in filter and set it.
This will work same as above command.
I used to see that message when there was any error in
eclipse.ini
.Try using my
eclipse.ini
to see if that solve the problem.In particular, check there is no extra space at the end of each line.
That being said, the error message:
is probably the real issue here.
Check if this is not related to the fact that most applications are not permitted to run with an executable stack.
See this article.
This forum suggests:
Update June 2012: la89ondevg mentions in the comments: