manu0
Programmer
- Apr 28, 2001
- 54
Hi
I'm using a third party API and have deployed it (jar file) in the /lib folder of my webapp.
One of my servlets instanciate a class of this API wich use another class of the same API (but this second class doesn't mention any package name).
Then I get an IllegalAccessError : try to access class "class2" from class "com. ... .class1"
When I run the same program out of Tomcat (with à "main" it works fine.
manu0