-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Thanks jon, that did the trick!
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon *
> Sent: Friday, August 20, 1999 3:56 AM
> To: Java Apache Users
> Subject: Re: IllegalAccessError?
>
>
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
>
> > MyClass myClassObj = new MyClass();
> >
>
> I bet you that you have this as your class definition:
>
> class MyClass
> {
> }
>
> if so, make it this:
>
> public class MyClass
> {
> }
>
> -jon
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]