Eclipse update problem?

前提是你 提交于 2019-12-08 04:44:57

问题


Please take a look here:

alt text http://img16.imageshack.us/img16/2810/errrp.jpg

Why i got that error when i'm trying to update my Eclipse Galileo to the newest Eclipse M6 Helios? I'm using the update URL from here:

http://eclipsesource.com/blogs/2010/03/14/eclipse-3-6-m6-helios-available-for-download/

Is this a bug? If not, what can i do?

Please help. Thanks!


回答1:


Can you try the upgrade process after re-launching eclipse with the -clean option?
Do you confirm you are using the http://download.eclipse.org/eclipse/updates/3.6milestones/ update site address?

What version of eclipse are you using (3.5, 3.5.1, 3.5.2?) and what extra plugin did you installed?

For instance, if you have installed Scala for Eclipse, you could not upgrade AspectJ which could block the upgrade process. (see this thread for illustration)


To summarize the 3-days span and 15 comments below:

An easiest path to solve this would be:

  • have a fresh installation of Eclipse, especially the Java EE Helios package (see Helios packages)
  • with an eclipse.ini including a -data /path/to/existing workspace
    ( That way, you have 2 Eclipse referencing the same Eclipse projects. You can launch one or the other, and if the new one does not work, you can still revert to the old one. This is safer than trying modifying extensively -- through the update process -- your current Eclipse)
  • add the GlassFish plugin for Eclipse
    (download both the plugin and feature jar files, quit Eclipse, then copy the unzipped contents of the first into the plugins directory and the second into the features directory of your Eclipse installation)
  • Check you Java EE JDK if needed

And here you go: you should be able to see a GlassFish Server and integrate it as a target runtime there.



来源:https://stackoverflow.com/questions/2505966/eclipse-update-problem

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!