Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

difform from Clojars does not work on Java 1.5 #1

Open
brentonashworth opened this issue Jul 13, 2010 · 2 comments
Open

difform from Clojars does not work on Java 1.5 #1

brentonashworth opened this issue Jul 13, 2010 · 2 comments

Comments

@brentonashworth
Copy link
Contributor

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.

@brentonashworth
Copy link
Contributor Author

Sorry,

I assumed this was in difform but I still have the problem when using an uncompiled version. May be diff_match_patch.

Brenton

@brentonashworth
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant