So I finished an assignment and I uploaded Hw3Tester.java into my project that was supplied by the professor. He said I should mouse over the first @test and a little pop up box will pop up and provide recommended solutions. He said click on the Add Junit 4 Library to the build path and that this was important.
He said I could do it other way as well, but going to add library. Well anyways, something is wrong because every time I run it, I get this error:
Error: Could not find or load main class org.eclipse.jdt.internal.junit.runner.RemoteTestRu nner
I have snooped around on google and sometimes I heard that this means I need to uninstall Eclipse because it has been corrupted. Does anyone know about this error?