How to configure Tomcat to use Java 7

前端 未结 7 1045
长发绾君心
长发绾君心 2020-12-16 11:58

I have a web application in java 6 byte code and would like to test it in a Java 7 JVM environmment. For that purpose, I would like to configure Tomcat (fo

7条回答
  •  抹茶落季
    2020-12-16 12:21

    You answered your own question.! :) All You need to do is link java 7 in your JAVA_HOME.!

    More Info Here

    Edit : (Based on alfabravo's comment :

    You can definitely change the pointer to JAVA_HOME in your catalina.bat/sh

提交回复
热议问题