Need help installing JUnit on Mac/How to add JUnit to Path environmental variable on Mac OSX

后端 未结 5 560
花落未央
花落未央 2020-12-30 06:13

I am not able to figure out how to correctly install JUnit onto my mac. I know I am supposed to add it to the path environmental variable, and I have tried a few tutorials I

5条回答
  •  旧巷少年郎
    2020-12-30 06:25

    I did not have to add it to path. I downloaded the file and added it manually to my libraries.

    If you are using IntelliJ IDEA go to the root folder of your project > Open Modules and Settings > Libraries > New Project Library > Java > and select where your junit file is located.

提交回复
热议问题