'add JavaFX runtime to Eclipse in Java?

i got this error when i want to run my project as a java application on eclipse : "Error: JavaFX runtime components are missing, and are required to run this application." i followed the answer to a similar question here on StackOverflow " How to add JavaFX runtime to Eclipse in Java 11? but they are using the JDK 11 and JavaFX 11, and I'm using now the latest version of eclipse 4.23.0 the jdk15 and JavaFX 17. so when i follow the instructions Window -> Preferences -> Java -> Build Path -> User Libraries -> New. i don't find "User Libraries" under build path. I don't know how to fix this issue and the error mentioned.?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source