Article:
 |
|
Running Java Applications on Mac OS X
|
| Subject: |
|
"failed to invoke" error message |
| Date: |
|
2001-07-19 14:11:20 |
| From: |
|
wt
|
|
|
|
Hi...
After following the instructions, the application shows the following error message:
Failed to invoke suite():java.lang.NoClassDefFoundError: junit/tests/ExceptionTestCaseTest$ThrowRuntimeExceptionTestCase
Any help would be appreciated.
Thanks.
|
Showing messages 1 through 3 of 3.
-
"failed to invoke" error message
2001-11-01 16:02:52
thebluemarlin
[View]
-
"failed to invoke" error message
2001-07-19 17:42:10
fikiri
[View]
Navigate to junit/tests and recompile the following java files.
1) RepeatedTestTest.java
2) TestImplementorTest.java
3) ExceptionTestCaseTest.java
4) ActiveTestTest.java
All 90 tests should now run.
TBM