I'm a total newbie at java, learning it from Bruce Eckel's "Thinking in Java 3rd Ed.". In chapter 3, he introduced his test units in the Assignments.java example.
The first time I tried to compile it, I received an error because I forgot to initialise my classpath to c:\TiJ3\code\ . This done, I now longer obtain the same error message. But instead, I get:
java.lang.NoClassDefFoundError: com/bruceeckel/simpletest/Test at Assignment.<clinit>(Assignment.java:12) Exception in thread "main"
I run Java under NetBeans IDE 3.5.1 with the JDK Standard Ed. 1.4.2.