jFin DateMath R1.0.1 doe not work with Java 5
Brought to you by:
morgdx
When attempting to execute a trivial enum printer class that I wrote for printing out all values of org.jfin.date.BusinessDayConvention, I get an UnsupportedClassVersionError. This exception is being thrown from a Java 5 JRE (JDK 1.5.0u22) on Win XP. The exception is not thrown when executed in Java 6 JRE on the same machine.
The README file included in the binary distribution of jFin DateMath R1.0.1 states that a JVM 1.5+ is the sole requirement. Is this a build issue or a documentation mistake?
The stacktrace is attached.
Exception stacktrace from Java 5 JRE