Project facet Java version 13 is not supported. How to deal with
--Environment
--Windows10 Pro 64bit version 1903
- Eclipse Version: 2019-12 (4.14.0)
- Tomcat 9.0.31
--Project Java 13.0.2
Event: I got angry when I selected a project while setting up Tomcat 9 in Eclipse
When Tomcat 9 was newly added ...
![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/159761/cbc3e9a8-393c-768d-3c59-85e141ede8de.png)
Cause: The JRE version of Tomcat 9 is different from the project
This time it was JRE11
![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/159761/4a34fedf-cfd9-a91e-d99a-7095b77f8d78.png)
Action: Align Tomcat 9 JRE to project
- Display the dialog from the [Runtime Environment Configuration ...] link
- Select [Tomcat9] and click the [Edit] button to display the dialog.
- Select Java 13 from JRE
- Change the [Name] to "Tomcat9 (Java13)" and close the dialog with the [Finish] button so that you do not make a mistake later.
- Close the dialog with the Apply and Close button
- [Next]> Add Project> [Done]
![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/159761/b48aa1d1-a148-ac45-efa8-c0efa6750d70.png)