Fork me on GitHub
#luminus
<
2017-01-17
>
minikomi08:01:07

Hiya. I’m trying to set up a new vagrant dev env with a new luminus project.. running lein repl gives me the following error: Caused by: java.lang.UnsupportedClassVersionError: from/riddley/Util : Unsupported major.minor version 52.0, compiling:(from/riddley/compiler.clj:1:1) .. not sure what steps i should take to pin it down..

sveri12:01:03

@minikomi Unsupported major.minor usually means that there is a problem between the java version used to compile an artifact and the version used to run that artifact. What is the JDK version in the vagrant dev env?

sveri12:01:13

Do you even have a JDK installed or only a JRE