Step 1 - Setup Java Development Kit (JDK):Download latest java (JDK ) version from oracle's java site. Set to the class path for this JDK version in case Window OS. set PATH=C:\jdk1.6.0_23\bin;%PATH% set JAVA_HOME=C:\jdk1.6.0_23 Step 2 - Install Apache Common Logging API:You can download the latest version of Apache Commons Logging API from http://commons.apache.org/logging/.Step 3 - Setup SpringSource Tool Suite (STS) IDETo install SpringSource Tool Suite (STS)IDE, download the latest SpringSource Tool binaries from http://www.springsource.org/springsource-tool-suite-download . Once you downloaded the installation, unpack the binary distribution into a convenient location.Step 4 - Setup Spring Framework 4.0 Libraries1. Spring 4.0 Maven Dependency2. Download Spring 4.0 Library FilesIf you are looking to download the JAR files required to run the Spring 4.0 examples download it from springsource.org. |