> From: Michael Pope [mailto:[EMAIL PROTECTED] 
> Subject: useBeans problem
> 
> I'm new to JSP and still getting used to the environment. 
> I'm using FreeBSD5.4, Jakarta tomcat 5.5.9 with JDK 1.5.0_p2
> 
> When I try to use Beans it comes up with the error:
> javax.servlet.ServletException: UserData (Unsupported 
> major.minor version 49.0)

This would seem to indicate that you're not really using JDK 1.5, since
version 49 class files are those generated and loaded by 1.5.  Looks
like you have a 1.4 installed somewhere.  Either that, or you're using a
very picky and outdated classloader somehow...

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to