Re: Tomcat, Threads and IllegalAccessError

2002-01-23 Thread Michael Engelhart
Thanks but I've already tried that. Still doesn't work. It's not a classloader problem I don't think but a Thread violation error of some sort I think because it's happening in an InnerClass called TheClass$ReadThread... I'm going to download a different web container and see if I have the s

Re: Tomcat, Threads and IllegalAccessError

2002-01-23 Thread Bo Xu
- Original Message - From: "Michael Engelhart" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 2:17 PM Subject: Re: Tomcat, Threads and IllegalAccessError > Oh and for your other question I have the

Re: Tomcat, Threads and IllegalAccessError

2002-01-23 Thread Michael Engelhart
Oh and for your other question I have the 3rd party library stored in the Tomcat container home at jakarta-tomcat-4.0.1/lib/ Thanks Mike On Wednesday, January 23, 2002, at 02:14 PM, Michael Engelhart wrote: > No, it's an IllegalAccessError. It's listed in the Error section of > java.lang ja

Re: Tomcat, Threads and IllegalAccessError

2002-01-23 Thread Michael Engelhart
No, it's an IllegalAccessError. It's listed in the Error section of java.lang javadoc. Below the list of excceptions is the Errors subsection. Here's the relevant comment: /* Begin JavaDoc java.lang.IllegalAccessError */ Thrown if an application attempts to access or modify a field, or to c