Hi, It's the tools.jar that exists in j2sdk's lib directory that is missing on your container's lib path. Some containers have it their lib directory structure, some don't. My tomcat standalone version have it, but the tomcat that comes in JBOSS's package (a LE version) don't have it. So if you put it on your servlet container lib directory or put it in jdk's jre's ext directory (by default is on \lib and it isn't in jre\lib\ext) would solve that problem.
regards, Pedro Salazar. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
