JSP Errors

Hi All,

  I keep getting an error whenever I tried to load Java Server Page that are deployed in webMethods 6.1, including the JSP examples contained in WmSamples. The error message I'm getting get is:

type Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSPerror: Invalid class file format in C:\j2sdk1.4.2_07\jre\lib\rt.jar(java/lang/Object.class). The major.minor version ‘48.0’ is too recent for this tool to understand.

C:\webMethods6\IntegrationServer\web\work\localhost\web_WmSamples\showCustomerData$jsp.java:0: Class java.lang.Object not found in class javax.servlet.GenericServlet.
package org.apache.jsp;
^
2 errors

 Would anyone know what the problem is? Thanks in advance.

Please let me know the values for Java Version ,Java Vendor, Java Home and
Java Classpath. You could see this when you click About in IS Admin page.

-Pauly

Thanks, but I finally got the JSP thing working. Just need to duplicate the settings I did to the IS running on Unix and hope it’ll work in the same way as it did in windows.