Are you absolutely sure you’re not compiling on Java 9? I think Java 9 added a position on ByteBuffer with covariant return (other versions have it on the Buffer super class).
>From the error it looks like AOT compilation found the method and compiled it >into the byte code, but then that method is not found at runtime. I think from >eyeballing things (didn’t try it) that compiling with Java 9 and running on >Java 8 could result in this. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.