1.下載破解版本
地址:http://www.oyksoft.com/soft/1250.htmlhtml
2.解壓下載包,直接運行eclipse.exe java
3.安裝過程當中若是遇到問題eclipse
1).若是遇到error:could not create the java machine.Error: A fatal exception has occurred. program will exit.
解決方法以下:
則這個緣由是由於在安裝JDK的時候在C:\Windows\System32生成的java.exe、javaw.exe、javaws.exe這個3個引發的;
只要把這3個運行文件刪除掉就能夠了
2).Version 1.7.0_80 of the JVM is not suitable for this product. Version: 1.8 or greater is required.
則說明此版本的eclipse要求的JDK版是1.8,而咱們如今安裝的是1.7.8的
解決方法:
安裝更高版本的JDK, 或者從新下載低版本的eclipsemaven
4.maven 插件安裝ui
1).下載eclipse-maven3-plugin.7zthis
在http://blog.csdn.net/lfsfxy9/article/details/9397937的上點擊鏈接。
2).在你的 eclipse 安裝的根目錄下建立兩個文件夾:links,mavenPlugins(文件夾名稱可自定義),把eclipse-maven3-plugin.7z解壓後的features和plugins文件夾放到mavenPlugins文件夾下(必須如此,注意解壓後文件夾的嵌套狀況)。spa
3).在 links 目錄下建立一個maven.link(文件名稱可自定義)文件,打開並輸入:path=mavenPlugins文件夾絕對路徑(須要注意文件夾路徑中是"/"或者"\\" 而不是"\" )。.net
4).重啓 eclipse,啓動後你打開Window ---> Preferences 會發現一個多了一個選項Maven,說明安裝成功了。
maven-> build, compile
問題:
-Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME environment variable and mvn script match.
解決方法:
Preference->Java->Installed JREs->Edit 選擇一個jdk,插件