Chapter 5, Exercise 2, Class Problems
I am using Codewarrior 6.0 IDE to write many of the java programs for my class. I am supposed to modify the code that is used as a solution for Exercise 2 in Chapter 5 of the Beginning Java 2 SDK 1.4 Edition book. I have downloaded the code and added the files to the Codewarrior project, but I recieve the following error when I attempt to run the project
Exception in thread "main" java.lang.NoClassDefFoundError: mcmlength/mcmlength
I do not understand what is generating this error, and I have attempted to put a package mcmlength; in the mcmlength.java file along with a import mcmlength.*; in the TestLengths.java file.
Is there anyone experienced with Codewarrior that can help me out?
|