Re: class and package

2003-02-24 Thread Lionel Crine
found the error.

At 09:54 24/02/2003 +0100, you wrote:
I'm trying to link my classes into cocoon but It seem that nothing works.

I have two classes :
Generator and Access :
Generator is supposed to use Access (create an object) but it doesn't work.

private Access access = new Access(); -->"send a cannot resolve symbol" error.

-
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]


class and package

2003-02-24 Thread Lionel Crine
I'm trying to link my classes into cocoon but It seem that nothing works.

I have two classes :
Generator and Access :
Generator is supposed to use Access (create an object) but it doesn't work.

private Access access = new Access(); -->"send a cannot resolve symbol" error.

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