(Advertisement)
About QuickJava
QuickJava is a Firefox extension that allows you to easily enable/disable Java, JavaScript, Images, Flash and more directly from the toolbar and/or status bar! (Need help?)
Subscribe to:
Post Comments (Atom)
Hi, could you also add one icon to enable and disable cookies?
ReplyDeleteHello,
ReplyDeleteI have the plugin version 1.7.2 and Firefox 3.6.3.
I have installed my Java plugin as per Sun's recommends here:
http://java.sun.com/javase/6/webnotes/install/jre/manual-plugin-install-linux.html
Quickjava does not recognize it is there and the button remains red all the time, yet the Java plugin never turns off.
Do we have a workaround or bugfix for this?
Thank you!
Please read this post:
ReplyDeletehttp://quickjavaplugin.blogspot.com/2010/03/read-this-post-if-you-have-this-problem.html
I will be unavailable for at least a week but will try to help when I return if that doesn't resolve your problem.
Cheers!
ReplyDeleteYeah, it's not the problem I have :-(
it's not that the Java doesn't remember or turn on, it never turns off. The QuickJava button doesn't toggle at all (it shows off, but Java is still on. I can click on it until the cows come home, it stays red and Java remains on).
Have a good trip!
Have you tried all the steps listed on that page? If not, please do so. If you have two Java plugins that have the name "Java" and ("Platform" or "Plug-in") then that might be causing your issue, you should only have one installed. Also please make sure that your Java is up to date. Please try the steps listed in the other post and respond over there if you are still having problems. Thanks
ReplyDeleteAny chance that you can add support for the IcedTea-Web Plugin [1]? It's a Free Software plugin that runs Java applets. It's the default plugin in a large number of Linux distributions.
ReplyDeleteSimply changing the regex for detecting Java is sufficient:
case this.qj_J:
return /((^| )java.*(platform|plug-?in)|icedtea.*plug-?in)/i;
break;
[1] http://icedtea.classpath.org/wiki/IcedTea-Web