Announcement
iPhone DZone: Fresh Links On Your iPhone by matt at Sat Jul 05 14:09:51 EDT 2008
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Excuses, excuses, excuses... Login and vote now.
By johnvelley
via lkamal.blogspot.com
Submitted: Mar 12 2008 / 08:10
java.lang.RuntimeException: No compiler found in your classpath! (you may need to add 'tools.jar')
While trying to deploy a web service in Tomcat (1.5) with Axis 1.4, you may have encountered the above error message. If you have faced with that, following information will help you in fixing it.
SaveShareSend
Tags: how-to, java, open source, web services
Comments
unchqua replied ago:
common/lib is not a place for a system jar file, firstly one should get to know why Tomcat (?) set java.home property with wrong value. Frequently Tomcat do need JDK (not JRE) for making JSP work, because its Jasper component transforms JSP pages into Servlets and then compiles them (thus javac have to be somewhere).
Voters For This Link (1)
Voters Against This Link (1)