Re: newbie question : cannot resolve symbol when compiling an Action class

2004-01-19 Thread lixin chu
n be found that > matches "myABC > (..)". So, be sure there is such a constructor. > > > - Original Message - > From: "lixin chu" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, January 19, 2004 10:04 AM > S

Re: newbie question : cannot resolve symbol when compiling an Action class

2004-01-19 Thread e-denton Java Programmer
: <[EMAIL PROTECTED]> Sent: Monday, January 19, 2004 10:04 AM Subject: newbie question : cannot resolve symbol when compiling an Action class > sorry for this newbie question, tried, googled, but > can not find an anwser: > > I have a Action class (myAction) and a utility

newbie question : cannot resolve symbol when compiling an Action class

2004-01-19 Thread lixin chu
sorry for this newbie question, tried, googled, but can not find an anwser: I have a Action class (myAction) and a utility class (myABC class), in myAction, I try to instantiate it: myABC abc = new myABC (..); when compiling, error msg: ~~~ cannot reolve symbol symbol: