Tag Archives: jdk

JAVA: Using Java 6 instead of Java 5 in Mac OS X

Using Mac OS X 10.5.8 I was getting some UnsupportedClassVersionError when I tried running my application in Mac OS X. This error means I’m trying to use code compiled in a Java version not supported by my JVM. To check … Continue reading

Posted in configuration | Tagged , , | Leave a comment