We needed to roll back from Oracle's JRE 1.7 to Apple's JRE 1.6 because of the copy/paste regression. We followed these instructions from apple:
http://support.apple.com/kb/HT5559
That mostly worked, except our Java Preferences panel was gone. So we restored that from Time Machine. That mostly works (for example, changing whether the console pops open works), however, it refuses to save changes to applet runtime parameters (e.g., -Xmx1024M). There is no error, but the applet doesn't see what we put in, and if we re-start the Preferences utility, the values we set are gone.
I'll happily go edit some text file, but I cannot figure out where Apple is storing these parameters. Anybody know?
Here's where I've looked so far:
I looked at another machine, and confirmed they are not stored in
~/Library/Caches/Java/deployment.properties
any more.I also did a lot of
lsof
kind of searching on the new and old machines, but could not find any clues that way, either.I searched the old machine (where the 1.7 upgrade never happened) using grep and find and also came up empty, although this search was not exhaustive.