| Author |
help with error message
|
Kevin Knowles
Ranch Hand
Joined: Dec 29, 2002
Posts: 45
|
|
I'm using JBuilder9 Personal and I get the following error message. "IMoney.java": cannot resolve symbol: class Money in interface junit3_8_1.junit.samples.money.IMoney at line 16, column 41 My code begins with:
|
 |
Richard Jensen
Ranch Hand
Joined: May 14, 2003
Posts: 67
|
|
Are you trying to create your own parallel classes to the examples that come with JUnit? The correct package for the Money class that comes with JUnit is just: junit.samples.money. There shouldn't be a reference to the junit version.
|
Richard
N 37 33 W 122 18
|
 |
 |
|
|
subject: help with error message
|
|
|