eclipse install maven m2e-eclipse 离线安装m2e插件以及eclipse.ini配置-vm参数

Because of the work requirement, I need to use Eclipse version 3.7.2 (Indigo) & maven 0.10.2

But the network condition is so poor to install this maven online. So I need to search a way to install this offline.

1. Download all files from http://m2eclipse.sonatype.org/sites/m2e/

Enter the folder of your required version, download 2 xml & all JAR files within features & plugins.

Make a folder in your PC named "m2e", put all these files into that folder. Don‘t change the folder structure.

Put the folder "m2e" directly into "dropins" folder in your eclipse directory.

2. Modify eclipse.ini and add -vm param.

If you launch eclipse now you will see a warning to let you change your ini file.

Edit your eclipse.ini file, add 2 lines before -vmargs. For example, mine is:

--launcher.defaultAction
openFile
-vm
D:\Program Files (x86)\Java\jdk1.7.0_17\bin
-vmargs
-Xms40m
-Xmx384m

After testing, whitespaces in the dir is allowed. OS: windows 7.

时间: 2024-12-15 23:37:31

eclipse install maven m2e-eclipse 离线安装m2e插件以及eclipse.ini配置-vm参数的相关文章

Eclipse离线安装Emmet插件

近期发现了一个写前端代码很好的一个东西,一个叫做Emmet的工具,这个工具使用仿CSS选择器的语法来生成代码,大大提高了HTML/CSS代码编写的速度,前身就是大名鼎鼎的Zen coding.先来看张图: 是不是非常带劲呢,假设能达到图中的效果,对我们开发前端的代码的速度将会有大幅度的提升. 这里仅仅分享怎样在Eclipse中离线安装emmet插件. 1.  假设须要离线安装emmet.须要从官方站点上下载emmet的源代码包.然后导出为我们须要的插件格式,首先登陆ememt的官网.http:/

eclipse 中离线安装activiti插件,报错“An error occurred while collecting items to be installed session context was:(...”

eclipse 中离线安装activiti插件,报错“An error occurred while collecting items to be installed session context was:(...” 按照文章:eclipse离线安装Activiti Designer插件,下载插件的两个离线安装文件,并按照步骤安装后,一直next后报错,如下: An error occurred while collecting items to be installed session co

在Eclipse mars 4.5.2 中安装spring 插件 spring tool suite

最近在学习spring,用到的IDE 有eclipse,也有用到 IDEA. 目前对spring还不是很了解,跟着网上的视频来,先学会了spring,然后再选IDE. 题归正转,下面说说怎么在Eclipse mars 4.5.2 中安装spring 插件 spring tool suite. 打开eclipse,然后在菜单栏中点击Help,选中Eclipse MarketPlace: 然后搜索STS(也就是spring tool suite的缩写),回车: 点击Install即可 由于是在线安装

eclipse下搭建shell脚本编辑器--安装开发shell的eclipse插件shelled

eclipse下搭建shell脚本编辑器--安装开发shell的eclipse插件shelled 1.安装"man-page viewer"插件(ShellEd需要,有的机器不需要,先装上) 安装地址:http://download.eclipse.org/technology/linuxtools/updates-nightly/ 2.安装"shelled"插件 在http://sourceforge.net/projects/shelled/files/late

离线安装 WindowBuilder 插件

原文地址:http://justin-ray.iteye.com/blog/1156591 1. 下载离线安装 WindowBuilder 插件,url地址:http://www.eclipse.org/windowbuilder/download.php: 根据自己使用的 Eclipse 版本下载对应的插件: 2. 打开 Eclipse 离线安装插件,进入 Eclipse-->Install New Software-->Add设置如下:Name: WindowBuilder Locatio

MyEclipse 10离线安装PyDev插件

PyDev for Eclipse, 经过测试,一般在线安装会失败(不能访问某些网站所致) 以下为离线安装步骤 1 下载 PyDev 2.8.2,  链接:http://sourceforge.net/projects/pydev/files/2 解压 PyDev 2.8.2 文件到 ...\MyEclipse10\MyEclipse 10\dropins\PyDev 目录下 3 重启MyEclipse 4 在MyEclipse 10的Window -- Preferences 中进行配置,如图

Mac下eclipse离线安装svn插件

最近,在mac下配置eclipse,发现在线升级svn插件很慢,搞了好久一直没响应,于是想到了离线安装,经过折腾步骤如下: 1.下载subclipse安装包,在http://subclipse.tigris.org/找到对应eclipse的版本(我的eclipse是4.2,我下的是site-1.10.5.zip) 2.在eclipse根目录建立两个文件夹,mypluins和links,在mypluins目录下新建svn文件夹 3.将下载的离线包解压到刚才建立的svn目录下(xxx/eclipse

eclipse离线安装activiti插件

最近工作中要用到activiti工作流,在eclipse[ 版本:Mars.2 Release (4.5.2) ]中安装插件时,参考了网上的安装教程,发现一些问题: 在线安装时,提供的路径Location:http://www.activiti.org/designer/update存在问题,安装时报错Unable to read repository at http://www.activiti.org/designer/update/content.xml,如图: 离线安装时,提供的路径为h

Eclipse安装SpringBoot插件以及Eclipse无法连接到Eclipse Marketplace的解决方法

1.Eclipse无法连接到Eclipse Marketplace的解决方法 (1)在eclipse文件夹下的eclipse.ini文件末尾添加 -Djava.net.preferIPv4Stack=true (2)点击Add进行添加 (3)在help–install new software–add中的name中输入 Eclipse Marketplace Client (随意起名) ,在Location中输入 http://download.eclipse.org/mpc/indigo/ (