For Jersey 3.x, I am forced to use Apache tomcat 10
Refer https://stackoverflow.com/a/62597059/2074888
If you want to use Jersey 3.x with Servlets, you need to use a servlet container that implements Servlet 5 API, e.g. Tomcat 10, Jetty 11, Glassfish 6.
So I have installed latest eclipse
But I am not able find an option to install Apache Tomcat 10



