I am trying to build a project with
Java 1.4.2_08 with Maven2, but I receive an error like:
"cannot access ClassName"
"Bad class file: C:\Path\to\alibrary.jar (ClassName)"
class file has wrong version 49.0, should be 48.0
There has been made sure that the code does not contain any Java 1.5 spesifics.
The alibrary.jar i included in another project which I build with maven2 using Java 1.4.2_08, but I receive no problem there.
alibrary.jar har defined in the MANIFEST.MF a Java 1.5 version (I have no control over this).
My projects must be compiled with 1.4