Footsteps on my way !
perl/linux/测序分析

Eclipse导入spring

spring官方下载:

SPRING官方网站改版后,建议都是通过 Maven和Gradle下载,对不使用Maven和Gradle开发项目的,下载就非常麻烦,下给出Spring Framework jar官方直接下载路径:

http://repo.springsource.org/libs-release-local/org/springframework/spring/

如:
spring 4.0.x(Spring Framework 4.0.1)下载
http://repo.springsource.org/libs-release-local/org/springframework/spring/4.0.0.RELEASE/spring-framework-4.0.0.RELEASE-dist.zip
http://repo.springsource.org/libs-release-local/org/springframework/spring/4.0.1.RELEASE/spring-framework-4.0.1.RELEASE-dist.zip

spring 3.2.x(Spring Framework 3.2.7)下载:

http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.4.RELEASE/spring-framework-3.2.4.RELEASE-dist.zip
http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.5.RELEASE/spring-framework-3.2.5.RELEASE-dist.zip
http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.6.RELEASE/spring-framework-3.2.6.RELEASE-dist.zip
http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.7.RELEASE/spring-framework-3.2.7.RELEASE-dist.zip

下载完毕后,解压缩到合适的目录,推荐放到eclipse目录的plugin中。

spring导入eclipse Version: Neon.1a Release (4.6.1)

%e5%b1%8f%e5%b9%95%e5%bf%ab%e7%85%a7-2016-10-13-%e4%b8%8b%e5%8d%884-13-43

我这里是MAC系统,其实对应的就是 Eclipse->Preferences

紧接着 Java->Build Path->User Libraries中

  • New一个User Library,命名为spring-yangl
  • Add JARs,将之前解压出的JAR包添加到spring中
  • 点击OK,确定

%e5%b1%8f%e5%b9%95%e5%bf%ab%e7%85%a7-2016-10-13-%e4%b8%8b%e5%8d%884-19-48

  • 左键项目名->Properties

%e5%b1%8f%e5%b9%95%e5%bf%ab%e7%85%a7-2016-10-13-%e4%b8%8b%e5%8d%884-24-45

  • Java Build Path->Add Library->User Library->Next

%e5%b1%8f%e5%b9%95%e5%bf%ab%e7%85%a7-2016-10-13-%e4%b8%8b%e5%8d%884-27-21

  • 选中之前添加好的User Library,Finish

%e5%b1%8f%e5%b9%95%e5%bf%ab%e7%85%a7-2016-10-13-%e4%b8%8b%e5%8d%884-32-31

  • Spring库导入成功

整理自:

1. http://blog.csdn.net/zhuyucheng123/article/details/22216447

2. http://www.cnblogs.com/ericsun/archive/2011/07/11/2103504.html

尊重他人劳动成果,转载请注明出处:Bluesky's blog » Eclipse导入spring

分享到:更多 ()

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址