`
Xsen
  • 浏览: 138233 次
  • 性别: Icon_minigender_1
  • 来自: 贵阳
社区版块
存档分类
最新评论

Maven Integration for Eclipse 不能使用的问题

    博客分类:
  • Java
阅读更多
在线安装maven的ecipse插件,按照普通过程,安装了最新的0.0.9的版本,最后发现使用时提示出: Unableto create the selected preference page Reason: Plug-inorg.Maven.ide.eclipsewasunabletoloadclass org.maven.ide.eclipse.preferences.Maven2PreferencePage。上网查到解决办法如下: 先安装0.0.5版本(在Search Results页中,取消选中多选框: Show the latest version of a feature only,选择0.0.5版),然后再更新到最新版本,这样就可以正常使用了。具体原因目前还没深入去看,解决问题优先,呵:)
分享到:
评论

相关推荐

    maven Integration for Eclipse

    ** Maven Integration for Eclipse 插件详解 ** "Maven Integration for Eclipse",简称m2eclipse,是Eclipse集成开发环境中的一个强大插件,旨在帮助开发者无缝地在Eclipse中管理和构建基于Maven的Java项目。这个...

    m2maven provides comprehensive Maven integration for Eclipse

    m2eclipse provides comprehensive Maven integration for Eclipse. You can use m2eclipse to manage both simple and multi-module Maven projects, execute Maven builds via the Eclipse interface, and ...

    The Maven Integration requires that Eclipse be running in a JDK

    在使用Eclipse或Spring Tool Suite (STS)进行Java开发时,可能会遇到一个常见的问题:“The Maven Integration requires that Eclipse be running in a JDK”。这通常发生在Eclipse没有正确识别到系统中的Java ...

    maven插件for eclipse

    Eclipse中的Maven插件,也称为M2E(Maven Integration for Eclipse),将这些功能无缝集成到IDE中,使得开发者可以在Eclipse内部进行Maven项目的操作,而无需离开熟悉的开发环境。 M2E插件的主要功能包括: 1. **...

    maven2.0+eclipse插件

    3. **安装插件**:Eclipse Marketplace提供了多种方式安装Maven插件,如M2E(Maven Integration for Eclipse)。通过搜索并按照提示安装即可。 4. **同步项目**:安装插件后,可以选择已有的Maven项目导入到Eclipse...

    maven java maven Eclipse 环境构建

    - 选择合适的 Maven 插件版本进行安装,确保只选择 `maven Integration for Eclipse` - 完成下载和安装后,重启 Eclipse,检查是否成功集成 Maven 一旦完成上述步骤,你便能在 Eclipse 中使用 Maven 进行项目构建...

    eclipse安装maven插件,处理无Maven Pom editor打开方式问题

    - **Marketplace方法**:在Eclipse中,通过`Help` -> `Eclipse Marketplace`,在搜索框中输入“maven”,找到"M2Eclipse"(Maven Integration for Eclipse)插件,点击"Install"按照向导完成安装。 - **Update ...

    maven安装和eclipse集成

    对于4.4以下版本,可以通过Eclipse Marketplace安装Maven Integration for Eclipse Luna插件。 2. **配置Eclipse**: - 在Eclipse中,选择`Window > Preferences`,找到Maven选项。 - 在Maven的`Installations`中...

    m2maven is a plugin for maven

    This Core update site contains a single component: "Maven Integration for Eclipse (Required)". When you install this component you will be installing all of the core Wizards, the POM Editor, Maven ...

    eclipse中Maven安装插件和maven.zip

    4. 在列表中找到"Maven Integration for Eclipse",勾选并继续安装流程。 安装完Maven插件后,你需要配置Maven的本地仓库和settings.xml文件。Eclipse会在你的用户目录下创建一个`.m2`文件夹,其中包含settings.xml...

    maven 安装包 和 eclipse 插件

    找到与Maven相关的插件,例如"M2E - Maven Integration for Eclipse",勾选并继续安装过程。 5. 接受协议,等待安装完成,重启Eclipse使插件生效。 配置Eclipse中的Maven插件: 1. 在Eclipse中,进入`Window` > `...

    使用eclipse构建maven

    通过"Help" -> "Install New Software",添加插件地址"http://download.eclipse.org/technology/m2e/releases",选中"Maven Integration for Eclipse"并完成安装。安装后记得重启Eclipse以使插件生效。 m2eclipse...

    eclipse安装maven插件需要包

    1. **获取Maven插件**: 首先,你需要访问Eclipse Marketplace或者Maven官方网站找到Maven Integration for Eclipse(M2E)插件的安装文件(.jar格式)。或者,如果你已经有一个包含M2E的Eclipse更新站点,可以下载该...

    maven插件+eclipse

    Eclipse有一个名为"M2E"(Maven Integration for Eclipse)的插件,它使Eclipse具备了对Maven的全面支持。安装M2E插件后,开发者可以直接在Eclipse中创建、导入和管理Maven项目,无需离开IDE。M2E会自动下载项目所需...

    maven插件的eclipse插件

    将Maven与Eclipse结合使用的桥梁就是"Maven插件的Eclipse插件",也称为m2e(Maven Integration for Eclipse)。 m2e是Eclipse官方提供的一个插件,它的主要作用是将Maven的功能无缝集成到Eclipse中,让开发者在...

    Maven+Eclipse plugin

    然后,在Eclipse中通过"Help" -> "Eclipse Marketplace"搜索"Maven Integration for Eclipse"并安装M2E插件。安装完成后,配置Maven设置,包括Maven的本地仓库路径和远程仓库地址。 **实际开发应用** 1. **新项目...

    maven3.0.3及eclipse-maven3-plugin插件

    Eclipse Maven3 Plugin,也称为 M2E(Maven Integration for Eclipse),是将 Maven 功能集成到 Eclipse IDE 中的插件,使得开发者在 Eclipse 环境下可以直接使用 Maven 的功能。 1. **集成开发环境中的Maven支持**...

    maven安装以及eclipse配置maven

    - 在搜索框中输入“maven”,找到“Maven Integration for Eclipse”插件并点击“Install”按钮进行安装。 - 完成安装后,重启Eclipse。 2. **配置Maven插件** - 重启Eclipse后,点击“Window” -> ...

    maven eclipse 插件下载

    Eclipse集成Maven的方式之一是通过安装Maven插件,例如"m2e (Maven Integration for Eclipse)"。这个插件使得开发者可以直接在Eclipse内部执行Maven命令,如编译、测试、打包等,无需离开IDE。此外,m2e还能帮助我们...

    maven安装以及eclipse的maven插件安装

    - 通过`Help` -> `Eclipse Marketplace...`,搜索并安装`Maven Integration for Eclipse`插件。 - 安装完成后重启Eclipse。 6. **指定Maven版本**: - 通过`Window` -> `Preferences` -> `Maven` -> `...

Global site tag (gtag.js) - Google Analytics