yes, I changed to :
public class MYABC {

  public void MYABC () {

}

  <other methods>

}

still the same thing......

--- e-denton Java Programmer
<[EMAIL PROTECTED]> wrote:
> First, your class name should begin with a capital
> letter by convention. The
> error is saying that no constructor an 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
> 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
> class
> > (myABC class), in myAction, I try to instantiate
> it:
> >
> >   myABC abc = new myABC (......);
> >
> > when compiling, error msg:
> > ~~~~~~~~~~~~~~~~~~~~~~~
> > cannot reolve symbol
> > symbol: constructor myABC
> > location : class com.util.myABC
> > ~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > what's wrong ?
> >
> > thanks !
> > li xin
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Hotjobs: Enter the "Signing Bonus"
> Sweepstakes
> > http://hotjobs.sweepstakes.yahoo.com/signingbonus
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to