- Loading...
...
If the build completes do a simple test by asking the JVM to print its version info. It should look something like this:
| Code Block |
|---|
$ ../build/bsd-i586ppc/j2sdk-image/bin/java -version openjdk version "1.7.0-internal" OpenJDK Runtime Environment (build 1.7.0-internal-jyeary_2012_02_16_07_18-b00) OpenJDK Zero VM (build 21.0-b17, interpreted mode) |
Then, see how to switch java versions on Mac OS X.
...