Maven的Eclipse插件安装
程序员文章站
2022-05-08 19:06:32
...
一、安装Maven的Eclipse插件:m2eclipse
两种方式:
1.instal new software,通过下面url安装:
http://m2eclipse.sonatype.org/sites/m2e
*注,参考网页:http://m2eclipse.sonatype.org/installing-m2eclipse.html
2.Eclipse Marketplace,搜索:maven Integration:
选择:Maven Integration for Eclipse
二、设置m2eclipse插件
eclipse.ini需要设置-VM参数,在文件首位参数增加:
-vm
***\jdk1.*\bin\javaw.exe
*如果上面没有设置,可能会提示以下警告:
The Maven Integration requires that Eclipse be running in a JDK, beacuase a number of Maven core plugins are using jars from the JDK.
Please make sure the -vm options in eclipse.ini is pointing to a JDK and verify that Installed JREs are also using JDK installs.
上一篇: 程序设计与算法(二)全排列
推荐阅读
-
lombok插件安装(eclipse安装lombok插件教程)
-
用Eclipse安装ADT插件搭建Android环境(图文)
-
安装Eclipse ADT插件时遇到的问题与解决方法
-
Myeclipse 8.x 之后的插件怎么安装为什么总是出现问题
-
AE怎么安装并使用Plexus插件? ae特效plexus的用法
-
eclipse怎么导入Api文档?eclipse安装Api文件的方法
-
在Linux系统中为Firefox安装最新版flash插件的方法
-
SketchUp插件.rbz文件的安装方法
-
Eclipse中php插件安装及Xdebug配置的使用详解
-
如何在eclipse中添加android ADT ADT插件的安装图文教程