check firstly:

$ rpm -qa | grep eclipse
eclipse-platform-3.4.2-20.fc11.i586
tomcat5-jasper-eclipse-5.5.27-6.2.fc11.noarch
eclipse-pde-3.4.2-20.fc11.i586
eclipse-cdt-5.0.2-4.fc11.i586
eclipse-rcp-3.4.2-20.fc11.i586
eclipse-jdt-3.4.2-20.fc11.i586
icu4j-eclipse-3.8.1-5.fc11.i586
eclipse-swt-3.4.2-20.fc11.i586
...

 

1. uninstall eclipse on fedora 12

   a. sudo yum remove 'eclipse*' ( This assumes you installed with the package manager or an RPM file )

   b. make uninstall  ( If you installed from source, then go to the source directory and run the command. don't know if that works, but it's worth a try )

2. install eclipse

  

相关文章:

  • 2021-11-09
  • 2021-06-14
  • 2021-06-02
  • 2021-11-11
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-13
  • 2022-12-23
  • 2021-08-31
  • 2021-11-29
  • 2022-02-15
  • 2022-01-13
  • 2021-07-26
相关资源
相似解决方案