Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem in calling LOV

76334Jan 18 2005 — edited Feb 2 2005
Hi everybody.

I have developed an application using JHeadstart 9.0.5.1 (UIX/Struts/BC4J) and JDeveloper 9.0.5.2.
Because of before mentioned bug in OC4J 9.0.4, we are using OC4J 9.0.3 and jre 1.4.2_03 which is included in JDeveloper 9.0.5.2.
Having deployed the application, we encounter the following error, each time we wanted to call a LOV.

OracleJSP: oracle.jsp.provider.JspCompileException:
Errors compiling:E:\NgcTestEnvironment\oc4j\j2ee\home\application-deployments\MainPage\MainPage\persistence\_pages\_jheadstart\_lovFrame.java
error: Invalid class file format in E:\Jdev10g_\jdk\jre\lib\rt.jar(java/net/URLEncoder.class). The major.minor version '48.0' is too recent for this tool to understand.
E:\NgcTestEnvironment\oc4j\j2ee\home\application-deployments\MainPage\MainPage\persistence\_pages\_jheadstart\_lovFrame.java:7: Class java.net.URLEncoder not found in import.
import java.net.URLEncoder;
^
error: Invalid class file format in E:\Jdev10g_\jdk\jre\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand.
E:\NgcTestEnvironment\oc4j\j2ee\home\application-deployments\MainPage\MainPage\persistence\_pages\_jheadstart\_lovFrame.java:0: Class java.lang.Object not found in class com.orionserver.http.OrionHttpJspPage.
package _jheadstart;
^
4 errors

Is there anybody know what I should do ?
Thanks in advanced.
Navid.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2005
Added on Jan 18 2005
10 comments
464 views