eclipse安装

1.下载破解版本
  地址:http://www.oyksoft.com/soft/1250.html

2.解压下载包,直接运行eclipse.exe 

3.安装过程中如果遇到问题

  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, 或者重新下载低版本的eclipse

4.maven 插件安装

  1).下载eclipse-maven3-plugin.7z

  在http://blog.csdn.net/lfsfxy9/article/details/9397937的上点击连接。

  2).在你的 eclipse 安装的根目录下创建两个文件夹:links,mavenPlugins(文件夹名称可自定义),把eclipse-maven3-plugin.7z解压后的features和plugins文件夹放到mavenPlugins文件夹下(必须如此,注意解压后文件夹的嵌套情况)。

  3).在 links 目录下创建一个maven.link(文件名称可自定义)文件,打开并输入:path=mavenPlugins文件夹绝对路径(需要注意文件夹路径中是"/"或者"\\" 而不是"\" )。

  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,

 

posted @ 2017-01-11 20:59  当你的世界里有风吹过  阅读(246)  评论(0编辑  收藏  举报