I've got a question about some strange behavior with the Java plugin
scan pref. AFAIK, the following line is supposed to make mozilla scan
for the java plugin so you don't have to copy it to your mozilla
directory every time you delete and install a new nightly.
user_pref("plugin.do_JRE_Plugin_Scan",true);
This pref is located in both my prefs.js and my user.js. If I take away
the part in user.js, java no longer works. What's the deal? Shouldn't
this automatically work, or at least work from the prefs.js line?