我正在做这个教程,并试图将这个项目导入到 Eclipse 中。问题是本教程没有充分解释如何将项目导入 Eclipse。
我安装了 springsource 工具套件插件,并且我使用的是 Windows 7。
本教程使用 mac 打开终端,然后输入:
svn checkout https://src.springframework.org/svn/spring-samples/mvc-showcase
并出现一堆目录。但是当我在 c:\windows\system32\cmd.exe 中输入该命令时,我得到:
'svn' is not recognized as an internal or external command, operable program, or batch file
我可能正在使用 64 位版本的 eclipse、sts 等。但是如果有某种方法可以使用 gui 导入项目而不是求助于命令行,那就太好了。
任何人都可以写出或指导我如何使用 m2e 插件(最好是通过 gui)将 maven 项目导入 eclipse kepler 的明确的分步说明吗?