0

I made a project in Netbeans and afterwards i ran some JUnit tests, everything was OK. Then I transfered the src and test files to another computer and i got the following errors:enter image description here

enter image description here

What should I do to get rid of those errors?I am new to java so I am not sure why this is hapening! Thank you in advance!

John
  • 63
  • 2
  • 10

1 Answers1

0

This is because of you didn't set the class path for dependency jars, so make sure all the jars are available in classpath of your netbeans project.

Refer this how to set buildpath

Community
  • 1
  • 1
KhAn SaAb
  • 5,248
  • 5
  • 31
  • 52