How to change tomcat compiler

后端 未结 5 1443
醉酒成梦
醉酒成梦 2020-12-10 03:03

I\'m trying to use the new Java 7 switch on strings feature.

But Tomcat is not cooperating.

I\'ve made sure that tomcat is running under java 7 but it seems

5条回答
  •  死守一世寂寞
    2020-12-10 03:29

    Have you tried setting compilerSourceVM to 1.7 or 7 ? (I'm afraid I cann't claim to know if this works or not)

提交回复
热议问题