Relative Content

Tag Archive for javaunit-testingjunitjunit5

I am running into an error related to a junit.jar file not found in or when trying to run my tests in NetBeans

I have created Unit Tests for a project of mine and when I click “run test” on my test file, the system return this:
C:UsersJustin FussellAppDataLocalNetBeansCache20executor-snippetsjunit.xml:184: The following error occurred while executing this line:
C:UsersJustin FussellAppDataLocalNetBeansCache20executor-snippetsjunit.xml:128: The or for must include junit.jar if not in Ant’s own classpath
BUILD FAILED (total time: 0 seconds).