Posted By:
Kiran_Chandra
Posted On:
Thursday, November 6, 2003 08:46 PM
i configered my jbuilder9 to work with oracle9iAs.i try to run my jsp client for a EJB.I got the following error.could anyone figure it out. error: Invalid class file format in N:JBuilder9jdk1.4jrelib t.jar(java/rmi/NoSuchObjectException.class). The major.minor version '48.0' is too recent for this tool to understand. Test_StatelessSessionBeanWrapper0.java:6: Class java.rmi.NoSuchObjectException not found in import. import java.rmi.NoSuchObjectException; ^ error: Invalid class file format in N:JBuilder9jdk1.4jrelib t.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand. Test_StatelessSessionBeanWrapper0.java:0: Class ja
More>>
i configered my jbuilder9 to work with oracle9iAs.i try to run my jsp client for a EJB.I got the following error.could anyone figure it out.
error: Invalid class file format in N:JBuilder9jdk1.4jrelib
t.jar(java/rmi/NoSuchObjectException.class). The major.minor version '48.0' is too recent for this tool to understand.
Test_StatelessSessionBeanWrapper0.java:6: Class java.rmi.NoSuchObjectException not found in import.
import java.rmi.NoSuchObjectException;
^
error: Invalid class file format in N:JBuilder9jdk1.4jrelib
t.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand.
Test_StatelessSessionBeanWrapper0.java:0: Class java.lang.Object not found in class com.evermind.util.Link.
// DMS begins
^
4 errors
Error compiling N:KChandraOracleiSuitesoc4j2j2eehomeapplications proj/test.jar: Syntax error in source
Warning: Error reading transaction-log file (/N:/KChandra/Oracle/iSuites/oc4j2/j2ee/home/persistence/transaction.state) for recovery: premature end of file
Forced or abrupt (crash etc) server shutdown detected, starting recovery process...
Recovery completed, 0 connections committed and 0 rolled back...
Auto-deploying file:/N:/KChandra/Oracle/iSuites/oc4j2/j2ee/home/applications/tproj/test_web/ (Assembly had been updated)...
Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
<<Less