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 because

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

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