JAVA错误:AXIS Web Service Problem: No compiler found in your classpath! (you may need to add ‘tools.jar’)

When you’re about to try the JWS web service, you received the following error:

1 java.lang.RuntimeException: No compiler found in your classpath! (you may need to add 'tools.jar')
 

Solution
Copy the tools.jar in C:\Program Files\Java\jdk1.6.0_18\lib to C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib

原文地址:https://www.cnblogs.com/king1302217/p/2043224.html