Description of problem: Eclipse fails to start with the following error popup: An error has occurred. See the log file /home/olivier/workspace/.metadata/.log. Version-Release number of selected component (if applicable): $ rpm -q eclipse-platform eclipse-platform-3.2.2-15.fc7 How reproducible: Always Steps to Reproduce: 1. $ eclipse 2. Error message appears and eclipse fails to start
Created attachment 191551 [details] Corresponding error log
Can you please paste the output of: for f in `rpm -aq | egrep "eclipse|swt"`; do rpm -qV $f; done ? Thanks.
Created attachment 191691 [details] output of rpm -qV
Well now we know why it won't start :) It looks like your libswt3-gtk2 RPM is broken. Try re-installing it and seeing what happens.
Thanks for all, now it works :)
Cool.