0

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

Amir Tarek
  • 33
  • 4

1 Answers1

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.

enter image description here

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