Index: [thread] [date] [subject] [author]
  From: Michael Abernethy <mna@duke.edu>
  To  : 
  Date: Sun, 28 Mar 1999 17:21:57 -0500

Re: Error

You most likely forgot to make your constructor public or you named your 
Dice class something other than Dice, or your Dice class isn't in the 
same directory as the PigGame class.

> 
> Does anyone know what this error means:
> 
> java.lang.NoClassDefFoundError: Dice
>         at PigGame.playGame(PigGame.java:28)
>         at PigGame.main(PigGame.java:69)
> 

Mike Abernethy
www.duke.edu/~mna
IBM Club Cyberblue - www.cybrblu.ibm.com



Index: [thread] [date] [subject] [author]