[JAVA] The org.junit.jupiter.api package cannot be found.
In Eclipse, when executing code, I get the following error.
org.junit.jupiter.The api package cannot be found.
- Jupiter is a JUnit5 module.
solution
- Right-click on the project → Properties
- Java build path → order and export
- Check JUnit5 → Apply and close