I have the 1.6 installer. I've used it. It does not change my Java installation, nor say there is an older version, but it does complete the installation.
I've been working with the symlinks a bit, but no matter what I do, running
java -version
in terminal always results in
Daves-MacBook-Pro:core-server dave$ java -version
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)
My application works with GAE, which does NOT use Java 1.7 at all. As such, I cannot compile my code using 1.7! I have to use 1.6, but I have failed at finding a way to remove 1.7 or otherwise force build/compiling to occur on 1.6.
A final note, I am running a build tool on the command line, so changing the settings of the project in Eclipse does not seem like it will help.