Multiple Java versions on OS X, and their paths
Tuesday, August 18th, 2009Java version management on OS X is a wee bit complicated. Here’s what I understand. All different versions of Java are installed into the directory: /System/Library/Frameworks/JavaVM.framework/Versions/ For example, the JDK home directory for 1.4.2 would be Versions/1.4.2/Home/. There are three ways to access specific versions. The hardcoded default. There is the hardcoded default version that comes with the current version [...]