Java and Tomcat versions

Asked 1 years ago, Updated 1 years ago, 68 views

I would like to develop a simple screen using Pleiades in Java.So I have a question, if I want to develop it in Java version 1.8, is there no problem with Tomcat version 7.0?Also, should I set the compiler compliance level to 1.8?

java eclipse tomcat

2022-09-30 21:18

1 Answers

Tomcat's Which Version page contains Tomcat and Java related tables.
As far as this is concerned, Tomcat7 should not be a problem when developing with Java8.
It will be developed in Java 8, so the compliance level should be 1.8 as well.


2022-09-30 21:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.