-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
I'm having a problem accessing classes I've defined outside of servlet's,
i.e. In a servlet I've coded :
MyClass myClassObj = new MyClass();
Each servlet of this type raises an IllegalAccessError.
Now I know what you're going to suggest: 'Check your classpath'....
Yeah I've checked the FAQ, and according to it for new classes :
1. The System classpath will be searched first - I've set this to the
appropriate directory.
2. The Zone classpath will be searched second - I've set this to the same
directory just to be sure ;-)
But I still get the same error.
I've encountered the same problem on NT and Unix.
Any ideas?
Cheers
Mat
--
--------------------------------------------------------------
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]