基於Eclipse 3.5 galileo安裝spring 外掛程式的問題
在基於eclipse-jee-galileo-win32安裝完gwt(http://dl.google.com/eclipse/plugin/3.5),jbpm gpd 後安裝SpringOne for Eclipse(http://dist.springframework.org/release/IDE)時出現錯誤:
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE AJDT Integration (optional) 2.2.7.200910202224-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 2.2.7.200910202224-RELEASE)
Missing requirement: Spring IDE AOP Visualiser UI 2.2.7.200910202224-RELEASE (org.springframework.ide.eclipse.ajdt.ui.visualiser 2.2.7.200910202224-RELEASE) requires ‘package org.eclipse.contribution.visualiser.jdtImpl 0.0.0′ but it could not be found
Cannot satisfy dependency: From: Spring IDE AJDT Integration (optional) 2.2.7.200910202224-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 2.2.7.200910202224-RELEASE)
To: org.springframework.ide.eclipse.ajdt.ui.visualiser [2.2.7.200910202224-RELEASE]
解決辦法如下:
————————————————-
先安裝http://ftp.wh2.tu-dresden.de/pub/mirrors/eclipse/tools/ajdt/35/dev/update
然後再安裝spring。
轉自:http://cyhcheng.javaeye.com/blog/507929