RE: Problem to deploy my webbapps

2008-04-18 Thread Caldarale, Charles R
> From: Dorababu [mailto:[EMAIL PROTECTED] > Subject: Re: Problem to deploy my webbapps > > I think you developed your web application with jdk5 and now > you are tried to run that application with jdk6. You have it backwards. Also, Fabien posted that the problem was resolve

Re: Problem to deploy my webbapps

2008-04-18 Thread Dorababu
Hi Fabien, I think you developed your web application with jdk5 and now you are tried to run that application with jdk6. So that you got below error. java.lang.UnsupportedClassVersionError: Bad version number in .class file Beter to develope your web application again with jdk6 and tried to d

Re: Problem to deploy my webbapps

2008-04-18 Thread Fabien D.
I have removed the older jdk, and it's worked. I have another question, where i can find the script for the init.d??? Thank you -- View this message in context: http://www.nabble.com/Problem-to-deploy-my-webbapps-tp16763460p16763502.html Sent from the Tomcat - User mailing list archive at Nabb

RE: Problem to deploy my webbapps

2008-04-18 Thread Peter Crowther
> From: Fabien D. [mailto:[EMAIL PROTECTED] [...] > java.lang.UnsupportedClassVersionError: Bad version number in > .class file [...] > But my i'm trying to run with jdk 6 update 6 classes compiled > with jdk 6 update 4. Are you *absolutely certain* you're not running Tomcat with an older JDK, suc