↧
Answer by Matt for Major.minor unsupported version 51.0 Java MAC OSX
You should set your JAVA_HOME environment variable to the results of the /usr/libexec/java_home command (which evaluates to your system configured Java version).
View ArticleAnswer by limc for Major.minor unsupported version 51.0 Java MAC OSX
Try this:-export JAVA_HOME="$(/usr/libexec/java_home -v 1.7)"
View ArticleMajor.minor unsupported version 51.0 Java MAC OSX
Ok if i try run a java file from console i get unsupported major.minor 51.0. These class files were't compiled on my MAC osx. BUT... If I'm in finder and right click the class file and open with jar...
View Article