could not find class javax.activation.DataHandler from file activation.jar
环境:JDK1.5,TOMCAT 5.5 ECLIPSE 环境
问题:
在页面 http://localhost:8081/axis/happyaxis.jsp 中来验证axis的安装,出现:
"Error: could not find class javax.activation.DataHandler from file activation.jar
Axis will not work."
在网页 http://java.sun.com/products/javabeans/glasgow/jaf.html中下载activation.jar
并放在目录 "D:\install\Tomcat 5.5\webapps\axis\WEB-INF\lib".中
刷新 http://localhost:8081/axis/happyaxis.jsp仍然有上述错误.
什么原因呢?