The Artima Developer Community
Sponsored Link

Java Answers Forum
Bruce Eckel's not so simple test

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
O.N.

Posts: 1
Nickname: nickon
Registered: Nov, 2003

Bruce Eckel's not so simple test Posted: Nov 13, 2003 9:18 AM
Reply to this message Reply
Advertisement
Hi,

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.

Any help would be welcome!

Topic: Creating basic painting application Previous Topic   Next Topic Topic: Socket Communication (Server and Client)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use