Receiving this error while trying to run J2EE application under Java 1.4, Tomcat 5.0
Error:
**java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main (Unsupported major.minor version 49.0)**
I have compiled the code with Jdk 1.4.2 and java 1.4 under eclipse
i need to run this application under Java 1.4 and Tomcat 5 only, what am i missing here. is some thing wrong with my j2SDK 1.4.2? where can i download a fresh copy of jdk 1.4.0?