Java on Mountain Lion is giving me some issues.
- When I load a website with Java embedded I get the 'Blocked Plug-in' notification.

Clicking it prompts me to download and install the latest Java JRE. Fair enough, I did that.
After running the latest Java 7 JRE installer (multiple times), when I check the Java Control Panel from within System Preferences I can see that supposedly only Java 7 is installed. (both in the 'User' as well as the 'System' Tab)

- However when I check in the terminal, I still only see Java 6:

And I still get the 'Blocked Plug-in' notification. I also made sure to check that my Safari security settings allow Java.
As far as I can tell I still have Java 6 installed and (I am assuming) that's what's being used by the terminal/browser. So my question is, what can I do to configure java 7 to be used instead of 6? This would mean that if I run 'java -version' in the terminal I would see '1.7.0_10' and not '1.6.0_37'.