How to Install Spring Framework|Set up & Configuration Guide
How to Install Spring Framework|Set up & Configuration Guide This article will guide you on How to prepare a Development Environment to start with Spring Framework. And you will also come to know How to set up JDK, Eclipse and Apache Tomcat and on your Desktop/Laptop. Step 1 –How to Setup the Java Development Kit (JDK) Download the latest version of SDK from Oracle's Java official website Java SE Downloads . Here, you will find some instructions for installing JDK in downloaded files, follow the given instructions to install and configure the setup. After that set PATH and JAVA_HOME environment variables to refer to the directory that contains Java Java_install_dir/bin and Java_install_dir respectively. In case, If you are running Windows and you have installed the JDK in C:\jdk1.6.0_15, then you would have to write the following command line in your C:\autoexec.bat file as shown below. The command must be entered like this:- set PATH=C:\jdk1.6.0_15\b