Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » J2EE Interest »

Re: UnsupportedClassVersionError on lookup

Ritesh_Srivastava

2003-11-25


The server is using jdk1.3. The problem is occuring even before accessing the entity bean. While doing the initial Context, the client program is failing.

 -----Original Message-----
From: Harry He [mailto:harryh@NJ.SC.MCEL.MOT.COM]
Sent: Tuesday, November 25, 2003 6:34 PM
To: J2EE-INTEREST@JAVA.SUN.COM
Subject: Re: UnsupportedClassVersionError on lookup

The newest class version 48.0 is compiled by jdk1.4, however, your server is using jdk1.3, you can re-compile your entity beans with jdk1.3
-----Original Message-----
From: A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE-INTEREST@JAVA.SUN.COM]On Behalf Of Ritesh_Srivastava
Sent: 2003年11月25日 20:12
To: J2EE-INTEREST@JAVA.SUN.COM
Subject: UnsupportedClassVersionError on lookup

Hi,
    While running a test client which is in turn accessing an entity bean, I get the following error on lookup:
 
Exception in thread "main" java.lang.UnsupportedClassVersionError: javax/security/auth/callback/CallbackHandler (Unsupported major.minor version 48.0)
         at java.lang.Class.forName(Unknown Source)
        at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:131)
 
I have put rt.jar in classpath.
 
I am working on Weblogic8.1.
What could be the problem??
 
Regards
Ritesh

**************************************************************************

This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.

**************************************************************************

=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".

=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".

**************************************************************************

This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.

**************************************************************************

=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".

©2008 junlu.com - Jax Systems, LLC, U.S.A.