eclipse怎么导maven
答案:2 悬赏:0 手机版
解决时间 2021-01-30 18:22
- 提问者网友:趣果有间
- 2021-01-30 05:30
eclipse怎么导maven
最佳答案
- 五星知识达人网友:上分大魔王
- 2021-01-30 06:09
在eclipse中安装m2eclipse
在eclipse import中选择导入maven项目
注意导入时eclipse会报一个错
> An internal error occurred during: "Updating Maven Project".
> Unsupported IClasspathEntry kind=4
此时可以用如下方法解决:
Right-click on your project, select Maven -> Remove Maven Nature.
Open you terminal, go to your project folder and do “mvn eclipse:clean”
Right click on your Project and select “Configure -> Convert into Maven Project”
在eclipse import中选择导入maven项目
注意导入时eclipse会报一个错
> An internal error occurred during: "Updating Maven Project".
> Unsupported IClasspathEntry kind=4
此时可以用如下方法解决:
Right-click on your project, select Maven -> Remove Maven Nature.
Open you terminal, go to your project folder and do “mvn eclipse:clean”
Right click on your Project and select “Configure -> Convert into Maven Project”
全部回答
- 1楼网友:深街酒徒
- 2021-01-30 07:39
1 maven下载点击打开,apache-maven-3.0.5-bin.zip为插件包,下载完直接解压即可。2 eclipse插件m2eclipse下载
此插件为eclipse/myeclipse在线安装插件。
eclipse安装方法:菜单栏中选择help——install new software…接着你会看到一个install对话框,点击work with:字段边上的add按钮,你会得到一个新的add repository对话框,在name字段中输入m2e,location字段中输入在线安装地址,然后点击ok。eclipse会下载m2eclipse安装站点上的资源信息
myeclipse安装方法:在help菜单中选择software updates,选择find and install,选择search for new features to install-选择new remote site。写入 name:maven url:输入在线安装地址, 去下载相关jar包和插件。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯