[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
![1.jpg](https://qiita-image-store.s3.amazonaws.com/0/227525/74414731-1280-15c1-5097-53f06a599087.jpeg)