Firefox Java plugin (icedtea) is installed, what prevents it from being loaded?












0















After upgrading my Ubuntu installation (now running 14.04 LTS) my java plugin for firefox ceased to work. It does not report an error or anything it just tells me that I need to install a plugin to run that content.



I tried all the tricks I found on google, like purge and reinstall icedtea, the jdk etc. bu without success. Eventually I renamed my ~/.mozilla directory so that I start with a fresh user configuration and that worked!.



However I don't want to loose all my bookmarks etc. How can I figure out what in my user settings prevents the icedtea plugin to be loaded?



I tried to just search through about:config for java and found plugin.state.java=1 but according to google that means "always ask before running that plugin" which would be fine.










share|improve this question



























    0















    After upgrading my Ubuntu installation (now running 14.04 LTS) my java plugin for firefox ceased to work. It does not report an error or anything it just tells me that I need to install a plugin to run that content.



    I tried all the tricks I found on google, like purge and reinstall icedtea, the jdk etc. bu without success. Eventually I renamed my ~/.mozilla directory so that I start with a fresh user configuration and that worked!.



    However I don't want to loose all my bookmarks etc. How can I figure out what in my user settings prevents the icedtea plugin to be loaded?



    I tried to just search through about:config for java and found plugin.state.java=1 but according to google that means "always ask before running that plugin" which would be fine.










    share|improve this question

























      0












      0








      0








      After upgrading my Ubuntu installation (now running 14.04 LTS) my java plugin for firefox ceased to work. It does not report an error or anything it just tells me that I need to install a plugin to run that content.



      I tried all the tricks I found on google, like purge and reinstall icedtea, the jdk etc. bu without success. Eventually I renamed my ~/.mozilla directory so that I start with a fresh user configuration and that worked!.



      However I don't want to loose all my bookmarks etc. How can I figure out what in my user settings prevents the icedtea plugin to be loaded?



      I tried to just search through about:config for java and found plugin.state.java=1 but according to google that means "always ask before running that plugin" which would be fine.










      share|improve this question














      After upgrading my Ubuntu installation (now running 14.04 LTS) my java plugin for firefox ceased to work. It does not report an error or anything it just tells me that I need to install a plugin to run that content.



      I tried all the tricks I found on google, like purge and reinstall icedtea, the jdk etc. bu without success. Eventually I renamed my ~/.mozilla directory so that I start with a fresh user configuration and that worked!.



      However I don't want to loose all my bookmarks etc. How can I figure out what in my user settings prevents the icedtea plugin to be loaded?



      I tried to just search through about:config for java and found plugin.state.java=1 but according to google that means "always ask before running that plugin" which would be fine.







      firefox java plugins icedtea






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 29 '14 at 11:41









      yankeeyankee

      22328




      22328






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Why rename your .mozilla folder?



          On Debian (Ubuntu and derivatives are based Debian), you will need to open a shell or terminal as root (elevate with sudo -s or use su). From there, do apt-get update to ensure you have a complete, current package list.



          On Debian 8, I simply did: apt-get install default-jre icedtea-plugin. If Ubuntu has differing names for its packages, simply do aptitude search icedtea, etc. and request the packages that match your criteria instead.



          Once the packages are installed, open Firefox. Open the Add-ons Manager. Go to Plugins, and change IcedTea (or Java) to "Ask to activate" or "Activate" to make the plugin active. The next time a site requests this plugin, you should see a plugin/lego badge and/or a popup asking to confirm it, depending on your plugin preferences.



          If doing that still doesn't solve things, then first make sure you've synced your Firefox data, and reset Firefox. Then, remove and reinstall the above packages, and clear out your .mozilla, .firefox, and other related folders in your home folder (use Ctrl-H in Gtk filers or just to rm -rf .mozilla, etc. in a shell. Try again.



          And if that doesn't work, then you will have to do whereis firefox, (the folder should be in /usr/lib, /usr/share, or /lib), and manually install the Java plugins yourself (guides are available elsewhere on the web for this). While it isn't recommended, if your system (browser) isn't seeing the plugins any other way, you'll have to do this.



          Good luck; this should work, if not come close to solving your problem.






          share|improve this answer
























          • "Why rename your .mozilla folder? [..] clear out your .mozilla". Renaming and clearing out should have about the same effect. So yes, that helps but I knew that beforehand. The bad thing is that all my bookmarks etc go away.

            – yankee
            Mar 11 '15 at 22:16














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f566567%2ffirefox-java-plugin-icedtea-is-installed-what-prevents-it-from-being-loaded%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Why rename your .mozilla folder?



          On Debian (Ubuntu and derivatives are based Debian), you will need to open a shell or terminal as root (elevate with sudo -s or use su). From there, do apt-get update to ensure you have a complete, current package list.



          On Debian 8, I simply did: apt-get install default-jre icedtea-plugin. If Ubuntu has differing names for its packages, simply do aptitude search icedtea, etc. and request the packages that match your criteria instead.



          Once the packages are installed, open Firefox. Open the Add-ons Manager. Go to Plugins, and change IcedTea (or Java) to "Ask to activate" or "Activate" to make the plugin active. The next time a site requests this plugin, you should see a plugin/lego badge and/or a popup asking to confirm it, depending on your plugin preferences.



          If doing that still doesn't solve things, then first make sure you've synced your Firefox data, and reset Firefox. Then, remove and reinstall the above packages, and clear out your .mozilla, .firefox, and other related folders in your home folder (use Ctrl-H in Gtk filers or just to rm -rf .mozilla, etc. in a shell. Try again.



          And if that doesn't work, then you will have to do whereis firefox, (the folder should be in /usr/lib, /usr/share, or /lib), and manually install the Java plugins yourself (guides are available elsewhere on the web for this). While it isn't recommended, if your system (browser) isn't seeing the plugins any other way, you'll have to do this.



          Good luck; this should work, if not come close to solving your problem.






          share|improve this answer
























          • "Why rename your .mozilla folder? [..] clear out your .mozilla". Renaming and clearing out should have about the same effect. So yes, that helps but I knew that beforehand. The bad thing is that all my bookmarks etc go away.

            – yankee
            Mar 11 '15 at 22:16


















          0














          Why rename your .mozilla folder?



          On Debian (Ubuntu and derivatives are based Debian), you will need to open a shell or terminal as root (elevate with sudo -s or use su). From there, do apt-get update to ensure you have a complete, current package list.



          On Debian 8, I simply did: apt-get install default-jre icedtea-plugin. If Ubuntu has differing names for its packages, simply do aptitude search icedtea, etc. and request the packages that match your criteria instead.



          Once the packages are installed, open Firefox. Open the Add-ons Manager. Go to Plugins, and change IcedTea (or Java) to "Ask to activate" or "Activate" to make the plugin active. The next time a site requests this plugin, you should see a plugin/lego badge and/or a popup asking to confirm it, depending on your plugin preferences.



          If doing that still doesn't solve things, then first make sure you've synced your Firefox data, and reset Firefox. Then, remove and reinstall the above packages, and clear out your .mozilla, .firefox, and other related folders in your home folder (use Ctrl-H in Gtk filers or just to rm -rf .mozilla, etc. in a shell. Try again.



          And if that doesn't work, then you will have to do whereis firefox, (the folder should be in /usr/lib, /usr/share, or /lib), and manually install the Java plugins yourself (guides are available elsewhere on the web for this). While it isn't recommended, if your system (browser) isn't seeing the plugins any other way, you'll have to do this.



          Good luck; this should work, if not come close to solving your problem.






          share|improve this answer
























          • "Why rename your .mozilla folder? [..] clear out your .mozilla". Renaming and clearing out should have about the same effect. So yes, that helps but I knew that beforehand. The bad thing is that all my bookmarks etc go away.

            – yankee
            Mar 11 '15 at 22:16
















          0












          0








          0







          Why rename your .mozilla folder?



          On Debian (Ubuntu and derivatives are based Debian), you will need to open a shell or terminal as root (elevate with sudo -s or use su). From there, do apt-get update to ensure you have a complete, current package list.



          On Debian 8, I simply did: apt-get install default-jre icedtea-plugin. If Ubuntu has differing names for its packages, simply do aptitude search icedtea, etc. and request the packages that match your criteria instead.



          Once the packages are installed, open Firefox. Open the Add-ons Manager. Go to Plugins, and change IcedTea (or Java) to "Ask to activate" or "Activate" to make the plugin active. The next time a site requests this plugin, you should see a plugin/lego badge and/or a popup asking to confirm it, depending on your plugin preferences.



          If doing that still doesn't solve things, then first make sure you've synced your Firefox data, and reset Firefox. Then, remove and reinstall the above packages, and clear out your .mozilla, .firefox, and other related folders in your home folder (use Ctrl-H in Gtk filers or just to rm -rf .mozilla, etc. in a shell. Try again.



          And if that doesn't work, then you will have to do whereis firefox, (the folder should be in /usr/lib, /usr/share, or /lib), and manually install the Java plugins yourself (guides are available elsewhere on the web for this). While it isn't recommended, if your system (browser) isn't seeing the plugins any other way, you'll have to do this.



          Good luck; this should work, if not come close to solving your problem.






          share|improve this answer













          Why rename your .mozilla folder?



          On Debian (Ubuntu and derivatives are based Debian), you will need to open a shell or terminal as root (elevate with sudo -s or use su). From there, do apt-get update to ensure you have a complete, current package list.



          On Debian 8, I simply did: apt-get install default-jre icedtea-plugin. If Ubuntu has differing names for its packages, simply do aptitude search icedtea, etc. and request the packages that match your criteria instead.



          Once the packages are installed, open Firefox. Open the Add-ons Manager. Go to Plugins, and change IcedTea (or Java) to "Ask to activate" or "Activate" to make the plugin active. The next time a site requests this plugin, you should see a plugin/lego badge and/or a popup asking to confirm it, depending on your plugin preferences.



          If doing that still doesn't solve things, then first make sure you've synced your Firefox data, and reset Firefox. Then, remove and reinstall the above packages, and clear out your .mozilla, .firefox, and other related folders in your home folder (use Ctrl-H in Gtk filers or just to rm -rf .mozilla, etc. in a shell. Try again.



          And if that doesn't work, then you will have to do whereis firefox, (the folder should be in /usr/lib, /usr/share, or /lib), and manually install the Java plugins yourself (guides are available elsewhere on the web for this). While it isn't recommended, if your system (browser) isn't seeing the plugins any other way, you'll have to do this.



          Good luck; this should work, if not come close to solving your problem.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 11 '15 at 19:08









          user133035user133035

          1




          1













          • "Why rename your .mozilla folder? [..] clear out your .mozilla". Renaming and clearing out should have about the same effect. So yes, that helps but I knew that beforehand. The bad thing is that all my bookmarks etc go away.

            – yankee
            Mar 11 '15 at 22:16





















          • "Why rename your .mozilla folder? [..] clear out your .mozilla". Renaming and clearing out should have about the same effect. So yes, that helps but I knew that beforehand. The bad thing is that all my bookmarks etc go away.

            – yankee
            Mar 11 '15 at 22:16



















          "Why rename your .mozilla folder? [..] clear out your .mozilla". Renaming and clearing out should have about the same effect. So yes, that helps but I knew that beforehand. The bad thing is that all my bookmarks etc go away.

          – yankee
          Mar 11 '15 at 22:16







          "Why rename your .mozilla folder? [..] clear out your .mozilla". Renaming and clearing out should have about the same effect. So yes, that helps but I knew that beforehand. The bad thing is that all my bookmarks etc go away.

          – yankee
          Mar 11 '15 at 22:16




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f566567%2ffirefox-java-plugin-icedtea-is-installed-what-prevents-it-from-being-loaded%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕