Skip to content

Instantly share code, notes, and snippets.

@vshank77
Created January 28, 2010 16:39
Show Gist options
  • Select an option

  • Save vshank77/288900 to your computer and use it in GitHub Desktop.

Select an option

Save vshank77/288900 to your computer and use it in GitHub Desktop.
java.lang.NoClassDefFoundError: org.junit.runner.Runner
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.<init>(JUnit4TestReference.java:29)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestClassReference.<init>(JUnit4TestClassReference.java:25)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader.createTest(JUnit4TestLoader.java:40)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader.loadTests(JUnit4TestLoader.java:30)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:452)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
CodeSource
file://remoterepository/libraries/jmockit/0.996.0/install/common/lib/jmockit.jar
IllegalArgumentException: URI has an authority component
@oysteinl
Copy link
Copy Markdown

Did you figure it out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment