| Author |
Cannot find the symbol
|
Gary Ba
Ranch Hand
Joined: Oct 23, 2009
Posts: 150
|
|
Hi Guys,
I have a compile error: Cannot find TestParent
Here is my two simple files.
When I compile Test.java, I cannot find TestParent.class. The Test.class exists though.
Note: the two files are on the same directory.
Thank you for the help guys,
Garry
|
star chaser..
|
 |
Nicola Garofalo
Ranch Hand
Joined: Apr 10, 2010
Posts: 308
|
|
You miss the keyword class
|
Bye,
Nicola
|
 |
Gary Ba
Ranch Hand
Joined: Oct 23, 2009
Posts: 150
|
|
do'h...mistake.
Thank you, Nicola!
|
 |
Nicola Garofalo
Ranch Hand
Joined: Apr 10, 2010
Posts: 308
|
|
OK
|
 |
 |
|
|
subject: Cannot find the symbol
|
|
|