Laurent PETIT wrote: > > On 8 Mai, 01:39, Laurent PETIT <laurent.pe...@gmail.com> wrote: > > > note that clojure must be compatible with JDK 1.5, so if you compile with > > > 1.6, maybe you should verify the compatibility mode (not sure if what I > > > write here makes sense, I'm not a specialist in javac retrocompatibility > > > concerns). > Compiling with javac -target=1.5 should also work, though.
I read somewhere an authoritative article that mentioned the only way to produce 100% compatible bytecode is to compile using the proper jvm version. They explicitly mentioned 1.6 compiling with a target of 1.4 or 1.5 wouldn't produce 100% compatible byte code for these platforms. Sadly, I don't remember the explanation, though. :\ In any case, that's good to keep in our minds for future work. --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---