You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: