om tutorial, java.lang.UnsupportedClassVersionError

2014-08-27 Thread Brian Craft
The basic tutorial fails on cljsbuild, with Exception in thread "main" java.lang.UnsupportedClassVersionError: com/google/javascript/jscomp/CompilerOptions : Unsupported major.minor version 51.0, compiling:(cljs/closure.clj:1:1) I gather this is some java version issue. Is there a workaround?

Re: om tutorial, java.lang.UnsupportedClassVersionError

2014-08-27 Thread Sam Ritchie
Looks like you're using JDK6 on your local machine - upgrade to JDK7 and you'll be all set. Brian Craft August 27, 2014 at 1:44 PM The basic tutorial fails on cljsbuild, with Exception in thread "main" java.lang.UnsupportedClassVersionError: com/google/javascrip