Can somebody suggest me on a novice question of running the example
C:\programs\xml-axis-beta2\samples\stock\testit? Here is what it prints. It
looks like Tomcat tries to recompile some classes and does not like jdk1.4.
What should I do?


---------------------------------------



AxisFault
 faultCode: http://xml.apache.org/axis/:Server.compileError
 faultString: Error while compiling:
C:\programs\Tomcat4.0\webapps\axis\WEB-INF
jwsClasses\StockQuoteService.java
 faultActor: null
 faultDetail:
        Errors: Error compiling
C:\programs\Tomcat4.0\webapps\axis\WEB-INFjwsClasses\StockQuoteService.java:
Line 0, column 0: could not parse error message:  error: Invalid class file
form at in C:\programs\j2sdk1.4.0_01\jre\lib\rt.jar(java/net/URL.class).
The major.minor version '48.0' is too recent for this tool to understand.
C:\programs\Tomcat4.0\webapps\axis\WEB-INFjwsClasses\StockQuoteService.java:
58:
Class java.net.URL not found in import.
import java.net.URL;
       ^
Line 0, column 0:
error: Invalid class file format in
C:\programs\j2sdk1.4.0_01\jre\lib\rt.jar(java/lang/Object.class).  The
major.minor version '48.0' is too recent for this tool to understand.
error: Class java.lang.Object not found in class
org.apache.axis.utils.XMLUtils.
4 errors

Reply via email to