Thanks peter, Actually JDK was pointing to 1.4 so was not working. After it
is changed to 1.6 it is now working fine.
On Thu, Sep 17, 2009 at 12:35 PM, Peter Crowther <
peter.crowt...@melandra.com> wrote:
> 2009/9/17 Phani Raj Kumar
>
> > Exception in thread "main" java.lang.UnsupportedClassVers
2009/9/17 Phani Raj Kumar
> Exception in thread "main" java.lang.UnsupportedClassVersionError:
> org/apache/catalina/startup/Bootstrap (Unsupported major.minor version
> 49.0)
>
> JDK version: 1.6.0
>
For some reason, Tomcat isn't using that JDK - it's using some other one
somewhere on the syste
I updated my tomcat 5 to 6 (beta) which I didnt have this problem. Class
version problem sometimes caused by system time. have you changes your
system time? Or try to clean up all classes you had generated and compile
your java program again see how
On 3/6/07, Peter Crowther <[EMAIL PROTECTED]> w
> From: Arshan Varsi [mailto:[EMAIL PROTECTED]
> My system confi is :
> Win XP , JDK 6 . My env variables are : PATH :C:\Program
> Files\Java\jdk1.6.0\bin and CLASSPATH : . (Dot).
>
> I have ran many java programs in my system without any
> problems. I have installed tomcat 6 (by ju