Useless to drop the url in your OP as Time to live: 2 days

so i better upload on request
I guess with OsX it's best to stay with Apple Java and updates (which means staying with Apple Java 6 and thus not being able to use Union which needs Java 7), that way you even get the latest security fixes
Unsupported major.minor version 51.0
Java Version Major Version
Java 4 (1.4) 48.0
Java 5 (1.5) 49.0
java 6 (1.6) 50.0
java 7 (1.7) 51.0
If you compile Java program in Java 1.7 it will create class file with major version 51.0 and if you run that on lower java version you will get java.lang.unsupportedclassversionerror unsupported major.minor version 51.0
http://docs.oracle.com/javase/7/docs/we ... c-jdk.htmlInstalling a JRE from Oracle will not update java -version symlinks or add java to your path. To be able to do this, you need to install the JDK.