这几天发现MyEclipse网站里有eclipse的更新zip文件下载,就下载了。
~~于是,于是,就开始在最新版的eclipse(indigo-SR2)中安装了..
漫长的下载(http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/installers/myeclipse-10.1-archived-update-site.zip),截止2012-06-09,myeclipse的最新版吧 哈哈
Error...Conflict ... 等等一系列的挫折也来了...
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring AJDT Extension 10.1.0.me201203170059 (com.genuitec.myeclipse.spring.ajdt.feature.group 10.1.0.me201203170059)
Missing requirement: Spring IDE AOP Visualiser UI 2.7.1.201107082359-RELEASE (org.springframework.ide.eclipse.ajdt.ui.visualiser 2.7.1.201107082359-RELEASE) requires 'package org.eclipse.contribution.visualiser.core 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Spring AJDT Extension 10.1.0.me201203170059 (com.genuitec.myeclipse.spring.ajdt.feature.group 10.1.0.me201203170059)
To: org.springframework.ide.eclipse.ajdt.feature.feature.group [2.7.1.201107082359-RELEASE]
Cannot satisfy dependency:
From: Spring IDE AJDT Integration (optional) 2.7.1.201107082359-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 2.7.1.201107082359-RELEASE)
To: org.springframework.ide.eclipse.ajdt.ui.visualiser [2.7.1.201107082359-RELEASE]
这是因为eclipse没有安装AJDT插件的原因,在eclipse官网找到那个插件的更新地址了(UPDATE地址:http://download.eclipse.org/tools/ajdt/37/dev/update, eclipse上引用页面的地址:http://marketplace.eclipse.org/content/ajdt37 若地址过期了,可以在http://marketplace.eclipse.org/上面搜索吧)
后来eclipse没错误了,但提示
Cannot complete the install because of a conflicting dependency.
Software being installed: Spring Mylyn Extension 10.1.0.me201203170059 (com.genuitec.myeclipse.spring.mylyn.feature.group 10.1.0.me201203170059)
Software currently installed: Spring IDE Core (required) 2.6.0.201103160035-RELEASE (org.springframework.ide.eclipse.feature.feature.group 2.6.0.201103160035-RELEASE)
Only one of the following can be installed at once:
Spring IDE Refactoring Support 2.6.0.201103160035-RELEASE (org.springframework.ide.eclipse.beans.ui.refactoring 2.6.0.201103160035-RELEASE)
Spring IDE Refactoring Support 2.7.1.me201108091322 (org.springframework.ide.eclipse.beans.ui.refactoring 2.7.1.me201108091322)
Cannot satisfy dependency:
From: Spring Mylyn Extension 10.1.0.me201203170059 (com.genuitec.myeclipse.spring.mylyn.feature.group 10.1.0.me201203170059)
To: org.springframework.ide.eclipse.mylyn.feature.feature.group [2.7.1.201107082359-RELEASE]
Cannot satisfy dependency:
From: Spring IDE Core (required) 2.6.0.201103160035-RELEASE (org.springframework.ide.eclipse.feature.feature.group 2.6.0.201103160035-RELEASE)
To: org.springframework.ide.eclipse.beans.ui.refactoring [2.6.0.201103160035-RELEASE]
Cannot satisfy dependency:
From: Spring IDE Core (required) 2.7.1.me201203170059 (org.springframework.ide.eclipse.feature.feature.group 2.7.1.me201203170059)
To: org.springframework.ide.eclipse.beans.ui.refactoring [2.7.1.me201108091322]
Cannot satisfy dependency:
From: Spring IDE Mylyn Integration (optional) 2.7.1.201107082359-RELEASE (org.springframework.ide.eclipse.mylyn.feature.feature.group 2.7.1.201107082359-RELEASE)
To: org.springframework.ide.eclipse.feature.feature.group [2.7.1,3.0.0)
这是因为我安装了Spring IDE了,与Myeclipse自带的有冲突,卸载了..
于是再安装就OK了..
分享到:
相关推荐
在使用MyEclipse 10.1开发Java Web项目时,有时会遇到这样一个问题:当你尝试将项目导出为WAR(Web Archive)包时,系统弹出错误提示“Security Alert:Integrity check error”。这个错误通常意味着MyEclipse在打包...
MyEclipse 10.1汉化包主要包括对菜单、对话框、提示信息等内容的中文翻译,使得用户在开发过程中可以快速理解各项功能和设置,提高工作效率。 安装汉化包的过程大致如下: 1. 首先,确保你已经安装了MyEclipse ...
MyEclipse是一款功能强大的集成开发环境(IDE),尤其适用于Java、Web、J2EE、Android等应用的开发,它基于Eclipse平台,提供了丰富的代码编辑器、调试器以及各种开发工具。 汉化过程通常涉及替换或修改软件的资源...
MyEclipse是一款功能强大的Java EE集成开发工具,它基于Eclipse平台,提供了对Java、JSP、Servlet、Struts、Spring、Hibernate等多种开发框架的支持。在早期,MyEclipse主要为英文界面,对于中文用户来说,可能会...
在本案例中,我们有一个名为"MyEclipse_10.1_汉化包"的压缩文件,这正是我们需要的资源。解压这个压缩包,里面通常会包含一个或多个jar文件,这些jar文件包含了汉化的字符串资源。 2. **汉化步骤** - **备份原文件...
4. **替换文件**:通常汉化包中会包含需要替换的文件,这些文件通常位于MyEclipse安装目录下的特定路径。比如,Eclipse的工作台资源文件、配置文件等。你需要将汉化包内的对应文件复制到MyEclipse的相应位置,覆盖...
在MyEclipse中,插件是扩展其功能的主要方式,这个文件可能是用于创建或配置汉化插件的一部分。开发者可能通过修改或扩展MyEclipse的原生插件来实现语言包的集成,确保汉化效果的正常体现。 "language"文件可能是一...
1. 找到MyEclipse 10的安装目录,通常在Windows系统中位于"C:\Program Files\MyEclipse 10"或类似的路径下。 2. 备份原有的资源配置文件,以防万一汉化出现问题,可以恢复到原始状态。 3. 打开解压后的汉化包,找到...
- **安装插件**:扩展Eclipse的功能。 - **获取帮助和阅读帮助文档**:访问在线或离线帮助文档。 - **CVS团队源代码管理(在线阅读)**:支持版本控制系统。 #### 第五章:用DatabaseExplorer管理数据库 **5.1 ...
2.3 使用Eclipse/MyEclipse来编写,编译并运行Java程序 47 2.4小结 50 第三章 Eclipse 的基础概念,配置和使用 51 3.1界面布局 51 3.1.1菜单 51 3.1.2 工具栏 51 3.1.3 透视图(Perspective)切换器 52 3.1.4 视图...
- 安装必要的插件,如Aptana Plug-In for Eclipse、FileSync Plug-In for Eclipse、SQL Explorer Plug-In for Eclipse和Subclipse Plug-In for Eclipse。 2. **项目创建与配置**: - 在Windchill Shell中执行`...
- **安装插件**: 通过Eclipse Marketplace进行安装。 - **配置Tomcat**: 在Eclipse中配置Tomcat服务器。 ##### 10.7 Servlet和JSP - **Servlet**: 用于处理客户端请求的服务器端程序。 - **JSP**: Java Server ...