| Author |
cannot resolve symbol
|
mik hengst
Greenhorn
Joined: Nov 27, 2002
Posts: 2
|
|
I am getting that error when I compile this code: The class being extended compiles fine. The Order.class file is in the same directory. What is going wrong??? thanks
|
 |
Sam Zou
Ranch Hand
Joined: Nov 18, 2002
Posts: 39
|
|
Can you specify the error you got ??? Thanks
|
Sam<p>"Life is difficult"<br /> -Scott Peck-</p>
|
 |
mik hengst
Greenhorn
Joined: Nov 27, 2002
Posts: 2
|
|
The error at the command line is cannot resolve symbol. It points at- extends Order, and all the references to super.xxx. If it helps I could post the Order code... thanks
|
 |
Wilfried LAURENT
Ranch Hand
Joined: Jul 13, 2001
Posts: 269
|
|
The Order.class file is in the same directory. This is not sufficient. Does Order belongs to the same package as OrderWithCharge? You could also post the exception stack trace. It is often very informative. W. [ November 28, 2002: Message edited by: Wilfried LAURENT ]
|
 |
 |
|
|
subject: cannot resolve symbol
|
|
|