RE: application startup problem

2008-01-21 Thread Jannetta Steyn
> > tomcat requires a JDK, and not a JRE! > > That's not true. Tomcat 5.0 and older required a JDK, 5.5 > and newer run quite happily with just a JRE, since they no > longer use javac. That's good to know. I'm still having problems though. I don't believe any of my classes are corrupted bec

RE: application startup problem

2008-01-18 Thread Caldarale, Charles R
> From: david delbecq [mailto:[EMAIL PROTECTED] > Subject: Re: application startup problem > > tomcat requires a JDK, and not a JRE! That's not true. Tomcat 5.0 and older required a JDK, 5.5 and newer run quite happily with just a JRE, since they no longer use javac.

Re: application startup problem

2008-01-18 Thread David Smith
A different David here ... given the error doesn't have actual version numbers in it, it may be a corrupted class. Can you recompile it and see if that fixes the issue? --David Jannetta Steyn wrote: Hi David Thanks for your response. At least one class file in your war requires a jvm

Re: application startup problem

2008-01-18 Thread david delbecq
Jannetta Steyn a écrit : Hi David Thanks for your response. At least one class file in your war requires a jvm which's version should be higher than the one running tomcat. It generally occurs when you try to load a java 5 compiled class file using a java 1.4 or earlier jvm. I'll check

RE: application startup problem

2008-01-18 Thread Jannetta Steyn
Hi David Thanks for your response. > At least one class file in your war requires a jvm which's version > should be higher than the one running tomcat. It generally > occurs when > you try to load a java 5 compiled class file using a java 1.4 > or earlier > jvm. I'll check twice the version

Re: application startup problem

2008-01-18 Thread david delbecq
At least one class file in your war requires a jvm which's version should be higher than the one running tomcat. It generally occurs when you try to load a java 5 compiled class file using a java 1.4 or earlier jvm. I'll check twice the version tomcat is actually using to run. It is most probab

application startup problem

2008-01-18 Thread Jannetta Steyn
Hi All I hope someone can point me in the right direction. I am at a bit of a loss. I am having a problem deploying an application to a Windows 2000 server, running Tomcat 5.5 and JRE1.5.0_14. I am getting a "java.lang.UnsupportedClassVersionError: Bad version number in .class file" error in