Re: "cannot resolve symbol"
Posted By:
jyothi_y
Posted On:
Friday, July 26, 2002 01:04 AM
hi,
set the class path to . i.e current directory and
compile with javac -d . B.java and same for A.
Jyothi
Re: "cannot resolve symbol"
Posted By:
Anonymous
Posted On:
Thursday, July 25, 2002 02:54 PM
It seems that problem with classpath. try setting classpath to . (current directory)