Project Facets in Eclipse does not have Java Server Faces (JSF)
Event: Project Facets does not have Java Server Faces
![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/159761/0dd4f35b-68e9-adb2-3ffd-51d0a52bf957.png)
Cause: Java plugin is not installed
I've been using only Pleiades All in One (https://mergedoc.osdn.jp/) recently, but after a long time using ordinary Eclipse (https://www.eclipse.org/), I don't know what the plug-in is. It was gone.
![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/159761/6cc31d97-3baf-649b-0adf-3779c6968161.png)
Action: Install Eclipse Enterprise Java Developer Tools
- Display the dialog with [Help]> [Market place ...]
- Search for "Java Developer Tools"
- Display the dialog with the [Install] button of "Eclipse Enterprise Java Developer Tools"
- Follow the dialog to install and restart Eclipse
- Select the project in [Project Explorer] and right-click> [Properties] to display the dialog
- [Project Facets]> [JavaServer Faces] is displayed!
![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/159761/f782af1b-b24f-05d2-c6f6-6a0acfa89133.png)