I've made java project on vs code and now I'm trying to run junit tests but vs code sees there's something wrong.I've installed JUnit JAR Downloader ,Java Extension pack and Junit Testfile Generator, but the problem still exists as the image shows. Error says: package org.junit does not exist
Asked
Active
Viewed 677 times
0
-
What error are you getting exactly? – S-Flavius Mar 18 '22 at 09:28
-
package org.junit does not exist – Amir Tarek Mar 18 '22 at 09:43
1 Answers
0
I think this problem is caused by the incorrect placement of the package. We can put the package in the part shown in my picture to solve it.

MingJie-MSFT
- 5,569
- 1
- 2
- 13