导航

随笔分类 -  Java 错误集锦

摘要:When you’re about to try the JWS web service, you received the following error:1java.lang.RuntimeException: No compiler found in your classpath! (you may need to add 'tools.jar')SolutionCopy the tools.jar in C:\Program Files\Java\jdk1.6.0_18\lib to C:\Program Files\Apache Software Foundation 阅读全文

posted @ 2011-05-11 14:48 寒宵飞飞 阅读(1951) 评论(0) 推荐(0)

摘要:问题描述:安装AXIS提示:could not find class javax.activation.DataHandler from file activation.jar 问题原因:axis没找到activation.jar,这个.jar不在jdk里的,要自己去sun下,然后放到classpath就行了 解决办法:将activation.jar拷贝到WEB-INF/lib目录下 阅读全文

posted @ 2011-05-11 09:11 寒宵飞飞 阅读(1820) 评论(0) 推荐(0)