difform
difform copied to clipboard
difform from Clojars does not work on Java 1.5
Looks like this has been compiled with Java 1.6. When I try to use it on 1.5 I get the following exception message:
java.lang.UnsupportedClassVersionError: Bad version number in .class file (difform.clj:14)
If you are going to AOT compile, then it should work on all versions of Java where Clojure works.
Sorry,
I assumed this was in difform but I still have the problem when using an uncompiled version. May be diff_match_patch.
Brenton
George,
I have confirmed that it is google-diff-match-patch that is compiled with Java 1.6. I have compiled it with Java 1.5 and put it in Clojars under org.clojars.brenton/google-diff-match-patch. You may use that if you would like to.
Brenton