The largest Interview Solution Library on the web


« Previous | 2 | | 4 | Next »

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) IDE

To 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 Libraries

1. Spring 4.0 Maven Dependency

org.springframework spring-context 4.0.0.RC1 spring-milestones Spring Milestones http://repo.spring.io/milestone false

2. Download Spring 4.0 Library Files

If you are looking to download the JAR files required to run the Spring 4.0 examples download it from springsource.org.
« Previous | 1 | 2 | 3 | Next »


copyright © 2014 - all rights riserved by javatechnologycenter.com