Previously wanted to use SPRINGMVC to do a HelloWorld sample, and then study the principle of SPRINGMVC, however, the environment is always not up, SPRINGMVC jar package always reported conflict, after many tests, and finally found the perfect solution collocation.
Jdk1.8.0_91+apache-tomcat-8.0.36-windows-x64+spring-framework-4.2.4.release-dist
Here's a little knowledge about JDK version issues:
When my computer was originally configured jdk1.7, I then installed the jdk1.8, how to use the jdk1.8 it?
As long as the paths in the environment variables are changed into jdk1.8, you can actually do it.
Remember, the java_home configured in path path must be in front of Oracle, because Orale also comes with a JDK, and if the location is incorrect, the system will default to find the JDK in Oracle, and the JDK path we have configured is not effective.
If you are still not successful, please refer to this blog post!
http://blog.csdn.net/wq_static/article/details/51404637
TOMCAT+SPRINGMVC+JDK Version Configuration Issues