简体   繁体   中英

How do I run junit in Sublime Text 3?

代码截图

I have done everything as mentioned here: https://www.javatpoint.com/junit-tutorial
I use sublime text 3 and have included the error message as a image.
junit4-4.8.2.jar and hamcrest-core-1.3.jar are present in C:\Junit .
the javatpoint code file is in C:\Junit_workspace\junittesting .

Am I doing something wrong or is it simply not possible in Sublime Text 3?

Use Maven or Gradle to manage your project. They'll allow you to specify the library dependencies you have and manage the classpath.

Note also that the latest version of JUnit is 5.x.

Can't say I've ever used Sublime really, but is there also a reason you're not using an IDE like IntelliJ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM