Hello everybody..
I have Oracle9iAS Containers for
J2EE (Version 9.0.3.0.0) running on my machine.
The
java running on my machine is
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)
Whenever i try to execute any of the sample
JSP found in "http://localhost:8888/examples/jsp/" i get the following error
-------------------------------------------------------------
500 Internal Server Error
OracleJSP: oracle.jsp.provider.JspCompileException:
Errors compiling:C:\oracle\iSuites\j2ee\home\application-deployments\default\defaultWebApp\persistence\_pages\_examples\_jsp\_jsptoserv\_hello.java
error: Invalid class file format in C:\Program Files\Java\j2re1.4.1\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand.
C:\oracle\iSuites\j2ee\home\application-deployments\default\defaultWebApp\persistence\_pages\_examples\_jsp\_jsptoserv\_hello.java:0: Class java.lang.Object not found in class com.orionserver.http.OrionHttpJspPage.
package _examples._jsp._jsptoserv;
^
2 errors
-----------------------------------------------------------------------
As the exception shows this tends to occur during the jsp complilation .
Could somebody please help me solve this?
The
servlet examples are working perfectly..
Any help would be appretiated... :roll: