how do I run java applets?












2















Is there a way to run a Java applet on Chrome or Firefox? I get the error message on the Java test page (https://www.java.com/en/download/installed.jsp) that Java won't run on Chrome or Firefox anymore because of the non-supported NPAPI - https://www.java.com/en/download/faq/firefox_java.xml).



I have an old set of *.class files with a .html to run it, and I just want to be able to run this applet somehow. But how?










share|improve this question







New contributor




jerrrrro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    2















    Is there a way to run a Java applet on Chrome or Firefox? I get the error message on the Java test page (https://www.java.com/en/download/installed.jsp) that Java won't run on Chrome or Firefox anymore because of the non-supported NPAPI - https://www.java.com/en/download/faq/firefox_java.xml).



    I have an old set of *.class files with a .html to run it, and I just want to be able to run this applet somehow. But how?










    share|improve this question







    New contributor




    jerrrrro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      2












      2








      2








      Is there a way to run a Java applet on Chrome or Firefox? I get the error message on the Java test page (https://www.java.com/en/download/installed.jsp) that Java won't run on Chrome or Firefox anymore because of the non-supported NPAPI - https://www.java.com/en/download/faq/firefox_java.xml).



      I have an old set of *.class files with a .html to run it, and I just want to be able to run this applet somehow. But how?










      share|improve this question







      New contributor




      jerrrrro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Is there a way to run a Java applet on Chrome or Firefox? I get the error message on the Java test page (https://www.java.com/en/download/installed.jsp) that Java won't run on Chrome or Firefox anymore because of the non-supported NPAPI - https://www.java.com/en/download/faq/firefox_java.xml).



      I have an old set of *.class files with a .html to run it, and I just want to be able to run this applet somehow. But how?







      google-chrome firefox java






      share|improve this question







      New contributor




      jerrrrro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      jerrrrro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      jerrrrro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 hour ago









      jerrrrrojerrrrro

      111




      111




      New contributor




      jerrrrro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      jerrrrro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      jerrrrro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          2 Answers
          2






          active

          oldest

          votes


















          4














          Is there a way to run a Java applet on Chrome or Firefox?



          No. Applets are no longer supported in Firefox or Chrome.




          Firefox no longer provides NPAPI support (technology required for Java applets)



          As of September, 2018, Firefox no longer offers a version which
          supports NPAPI, the technology required to run Java applets. The Java
          Plugin for web browsers relies on the cross-platform plugin
          architecture NPAPI, which had been supported by all major web browsers
          for over a decade. The 64 bit version of Firefox has never supported
          NPAPI, and Firefox version 52ESR is the last release to support the
          technology. It is below the security baseline, and no longer
          supported.




          Source Java and Firefox Browser




          Chrome no longer supports NPAPI (technology required for Java applets)



          The Java Plugin for web browsers relies on the cross-platform plugin architecture NPAPI, which had been supported by all major web browsers for over a decade. Google's Chrome version 45 and above have dropped support for NPAPI, and therefore Java Plugin do not work on these browsers anymore.




          Source Java and Google Chrome Browser





          So how do I run Java applets?



          Use the AppletViewer.




          The appletviewer command allows you to run applets outside of a web
          browser.



          SYNOPSIS



          appletviewer [ options ] urls ...


          DESCRIPTION



          The appletviewer command connects to the documents or resources
          designated by urls and displays each applet referenced by the
          documents in its own window. Note: if the documents referred to by
          urls do not reference any applets with the OBJECT, EMBED, or APPLET
          tag, then appletviewer does nothing. For details on the HTML tags that
          appletviewer supports, see AppletViewer Tags.



          Note: The appletviewer is intended for development purposes only.




          Source appletviewer - The Java Applet Viewer



          Alternatively read the Oracle White Paper (pdf) Migrating from Java Applets to plugin free Java technologies, which recommends Java Web Start:




          Java Web Start has been included in the Oracle JRE since 2001 and is
          launched automatically when a Java application using Java Web Start
          technology is downloaded for the first time. The conversion of an
          applet to a Java Web Start application provides the ability to launch
          and update the resulting application without relying on a web browser




          See What is Java Web Start and how is it launched? for more information.






          share|improve this answer


























          • So how do I run Java applets? :-)

            – jerrrrro
            55 mins ago






          • 1





            @jerrrrro Run the applets with an outdated browser in a virtual machine.

            – dsstorefile1
            46 mins ago











          • really?? that's the only way to run Java applets these days? I find it strange!

            – jerrrrro
            31 mins ago











          • done with Java's JDK appletviewer! thanks all.

            – jerrrrro
            11 mins ago











          • @jerrrrro Answer updated.

            – DavidPostill
            9 mins ago



















          0














          If you already have the files on your machine, you can try the appletviewer that (used to? still does?) ships with the JDK (Java Development Kit).






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            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
            });


            }
            });






            jerrrrro is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394999%2fhow-do-i-run-java-applets%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            Is there a way to run a Java applet on Chrome or Firefox?



            No. Applets are no longer supported in Firefox or Chrome.




            Firefox no longer provides NPAPI support (technology required for Java applets)



            As of September, 2018, Firefox no longer offers a version which
            supports NPAPI, the technology required to run Java applets. The Java
            Plugin for web browsers relies on the cross-platform plugin
            architecture NPAPI, which had been supported by all major web browsers
            for over a decade. The 64 bit version of Firefox has never supported
            NPAPI, and Firefox version 52ESR is the last release to support the
            technology. It is below the security baseline, and no longer
            supported.




            Source Java and Firefox Browser




            Chrome no longer supports NPAPI (technology required for Java applets)



            The Java Plugin for web browsers relies on the cross-platform plugin architecture NPAPI, which had been supported by all major web browsers for over a decade. Google's Chrome version 45 and above have dropped support for NPAPI, and therefore Java Plugin do not work on these browsers anymore.




            Source Java and Google Chrome Browser





            So how do I run Java applets?



            Use the AppletViewer.




            The appletviewer command allows you to run applets outside of a web
            browser.



            SYNOPSIS



            appletviewer [ options ] urls ...


            DESCRIPTION



            The appletviewer command connects to the documents or resources
            designated by urls and displays each applet referenced by the
            documents in its own window. Note: if the documents referred to by
            urls do not reference any applets with the OBJECT, EMBED, or APPLET
            tag, then appletviewer does nothing. For details on the HTML tags that
            appletviewer supports, see AppletViewer Tags.



            Note: The appletviewer is intended for development purposes only.




            Source appletviewer - The Java Applet Viewer



            Alternatively read the Oracle White Paper (pdf) Migrating from Java Applets to plugin free Java technologies, which recommends Java Web Start:




            Java Web Start has been included in the Oracle JRE since 2001 and is
            launched automatically when a Java application using Java Web Start
            technology is downloaded for the first time. The conversion of an
            applet to a Java Web Start application provides the ability to launch
            and update the resulting application without relying on a web browser




            See What is Java Web Start and how is it launched? for more information.






            share|improve this answer


























            • So how do I run Java applets? :-)

              – jerrrrro
              55 mins ago






            • 1





              @jerrrrro Run the applets with an outdated browser in a virtual machine.

              – dsstorefile1
              46 mins ago











            • really?? that's the only way to run Java applets these days? I find it strange!

              – jerrrrro
              31 mins ago











            • done with Java's JDK appletviewer! thanks all.

              – jerrrrro
              11 mins ago











            • @jerrrrro Answer updated.

              – DavidPostill
              9 mins ago
















            4














            Is there a way to run a Java applet on Chrome or Firefox?



            No. Applets are no longer supported in Firefox or Chrome.




            Firefox no longer provides NPAPI support (technology required for Java applets)



            As of September, 2018, Firefox no longer offers a version which
            supports NPAPI, the technology required to run Java applets. The Java
            Plugin for web browsers relies on the cross-platform plugin
            architecture NPAPI, which had been supported by all major web browsers
            for over a decade. The 64 bit version of Firefox has never supported
            NPAPI, and Firefox version 52ESR is the last release to support the
            technology. It is below the security baseline, and no longer
            supported.




            Source Java and Firefox Browser




            Chrome no longer supports NPAPI (technology required for Java applets)



            The Java Plugin for web browsers relies on the cross-platform plugin architecture NPAPI, which had been supported by all major web browsers for over a decade. Google's Chrome version 45 and above have dropped support for NPAPI, and therefore Java Plugin do not work on these browsers anymore.




            Source Java and Google Chrome Browser





            So how do I run Java applets?



            Use the AppletViewer.




            The appletviewer command allows you to run applets outside of a web
            browser.



            SYNOPSIS



            appletviewer [ options ] urls ...


            DESCRIPTION



            The appletviewer command connects to the documents or resources
            designated by urls and displays each applet referenced by the
            documents in its own window. Note: if the documents referred to by
            urls do not reference any applets with the OBJECT, EMBED, or APPLET
            tag, then appletviewer does nothing. For details on the HTML tags that
            appletviewer supports, see AppletViewer Tags.



            Note: The appletviewer is intended for development purposes only.




            Source appletviewer - The Java Applet Viewer



            Alternatively read the Oracle White Paper (pdf) Migrating from Java Applets to plugin free Java technologies, which recommends Java Web Start:




            Java Web Start has been included in the Oracle JRE since 2001 and is
            launched automatically when a Java application using Java Web Start
            technology is downloaded for the first time. The conversion of an
            applet to a Java Web Start application provides the ability to launch
            and update the resulting application without relying on a web browser




            See What is Java Web Start and how is it launched? for more information.






            share|improve this answer


























            • So how do I run Java applets? :-)

              – jerrrrro
              55 mins ago






            • 1





              @jerrrrro Run the applets with an outdated browser in a virtual machine.

              – dsstorefile1
              46 mins ago











            • really?? that's the only way to run Java applets these days? I find it strange!

              – jerrrrro
              31 mins ago











            • done with Java's JDK appletviewer! thanks all.

              – jerrrrro
              11 mins ago











            • @jerrrrro Answer updated.

              – DavidPostill
              9 mins ago














            4












            4








            4







            Is there a way to run a Java applet on Chrome or Firefox?



            No. Applets are no longer supported in Firefox or Chrome.




            Firefox no longer provides NPAPI support (technology required for Java applets)



            As of September, 2018, Firefox no longer offers a version which
            supports NPAPI, the technology required to run Java applets. The Java
            Plugin for web browsers relies on the cross-platform plugin
            architecture NPAPI, which had been supported by all major web browsers
            for over a decade. The 64 bit version of Firefox has never supported
            NPAPI, and Firefox version 52ESR is the last release to support the
            technology. It is below the security baseline, and no longer
            supported.




            Source Java and Firefox Browser




            Chrome no longer supports NPAPI (technology required for Java applets)



            The Java Plugin for web browsers relies on the cross-platform plugin architecture NPAPI, which had been supported by all major web browsers for over a decade. Google's Chrome version 45 and above have dropped support for NPAPI, and therefore Java Plugin do not work on these browsers anymore.




            Source Java and Google Chrome Browser





            So how do I run Java applets?



            Use the AppletViewer.




            The appletviewer command allows you to run applets outside of a web
            browser.



            SYNOPSIS



            appletviewer [ options ] urls ...


            DESCRIPTION



            The appletviewer command connects to the documents or resources
            designated by urls and displays each applet referenced by the
            documents in its own window. Note: if the documents referred to by
            urls do not reference any applets with the OBJECT, EMBED, or APPLET
            tag, then appletviewer does nothing. For details on the HTML tags that
            appletviewer supports, see AppletViewer Tags.



            Note: The appletviewer is intended for development purposes only.




            Source appletviewer - The Java Applet Viewer



            Alternatively read the Oracle White Paper (pdf) Migrating from Java Applets to plugin free Java technologies, which recommends Java Web Start:




            Java Web Start has been included in the Oracle JRE since 2001 and is
            launched automatically when a Java application using Java Web Start
            technology is downloaded for the first time. The conversion of an
            applet to a Java Web Start application provides the ability to launch
            and update the resulting application without relying on a web browser




            See What is Java Web Start and how is it launched? for more information.






            share|improve this answer















            Is there a way to run a Java applet on Chrome or Firefox?



            No. Applets are no longer supported in Firefox or Chrome.




            Firefox no longer provides NPAPI support (technology required for Java applets)



            As of September, 2018, Firefox no longer offers a version which
            supports NPAPI, the technology required to run Java applets. The Java
            Plugin for web browsers relies on the cross-platform plugin
            architecture NPAPI, which had been supported by all major web browsers
            for over a decade. The 64 bit version of Firefox has never supported
            NPAPI, and Firefox version 52ESR is the last release to support the
            technology. It is below the security baseline, and no longer
            supported.




            Source Java and Firefox Browser




            Chrome no longer supports NPAPI (technology required for Java applets)



            The Java Plugin for web browsers relies on the cross-platform plugin architecture NPAPI, which had been supported by all major web browsers for over a decade. Google's Chrome version 45 and above have dropped support for NPAPI, and therefore Java Plugin do not work on these browsers anymore.




            Source Java and Google Chrome Browser





            So how do I run Java applets?



            Use the AppletViewer.




            The appletviewer command allows you to run applets outside of a web
            browser.



            SYNOPSIS



            appletviewer [ options ] urls ...


            DESCRIPTION



            The appletviewer command connects to the documents or resources
            designated by urls and displays each applet referenced by the
            documents in its own window. Note: if the documents referred to by
            urls do not reference any applets with the OBJECT, EMBED, or APPLET
            tag, then appletviewer does nothing. For details on the HTML tags that
            appletviewer supports, see AppletViewer Tags.



            Note: The appletviewer is intended for development purposes only.




            Source appletviewer - The Java Applet Viewer



            Alternatively read the Oracle White Paper (pdf) Migrating from Java Applets to plugin free Java technologies, which recommends Java Web Start:




            Java Web Start has been included in the Oracle JRE since 2001 and is
            launched automatically when a Java application using Java Web Start
            technology is downloaded for the first time. The conversion of an
            applet to a Java Web Start application provides the ability to launch
            and update the resulting application without relying on a web browser




            See What is Java Web Start and how is it launched? for more information.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 9 mins ago

























            answered 1 hour ago









            DavidPostillDavidPostill

            104k25225259




            104k25225259













            • So how do I run Java applets? :-)

              – jerrrrro
              55 mins ago






            • 1





              @jerrrrro Run the applets with an outdated browser in a virtual machine.

              – dsstorefile1
              46 mins ago











            • really?? that's the only way to run Java applets these days? I find it strange!

              – jerrrrro
              31 mins ago











            • done with Java's JDK appletviewer! thanks all.

              – jerrrrro
              11 mins ago











            • @jerrrrro Answer updated.

              – DavidPostill
              9 mins ago



















            • So how do I run Java applets? :-)

              – jerrrrro
              55 mins ago






            • 1





              @jerrrrro Run the applets with an outdated browser in a virtual machine.

              – dsstorefile1
              46 mins ago











            • really?? that's the only way to run Java applets these days? I find it strange!

              – jerrrrro
              31 mins ago











            • done with Java's JDK appletviewer! thanks all.

              – jerrrrro
              11 mins ago











            • @jerrrrro Answer updated.

              – DavidPostill
              9 mins ago

















            So how do I run Java applets? :-)

            – jerrrrro
            55 mins ago





            So how do I run Java applets? :-)

            – jerrrrro
            55 mins ago




            1




            1





            @jerrrrro Run the applets with an outdated browser in a virtual machine.

            – dsstorefile1
            46 mins ago





            @jerrrrro Run the applets with an outdated browser in a virtual machine.

            – dsstorefile1
            46 mins ago













            really?? that's the only way to run Java applets these days? I find it strange!

            – jerrrrro
            31 mins ago





            really?? that's the only way to run Java applets these days? I find it strange!

            – jerrrrro
            31 mins ago













            done with Java's JDK appletviewer! thanks all.

            – jerrrrro
            11 mins ago





            done with Java's JDK appletviewer! thanks all.

            – jerrrrro
            11 mins ago













            @jerrrrro Answer updated.

            – DavidPostill
            9 mins ago





            @jerrrrro Answer updated.

            – DavidPostill
            9 mins ago













            0














            If you already have the files on your machine, you can try the appletviewer that (used to? still does?) ships with the JDK (Java Development Kit).






            share|improve this answer




























              0














              If you already have the files on your machine, you can try the appletviewer that (used to? still does?) ships with the JDK (Java Development Kit).






              share|improve this answer


























                0












                0








                0







                If you already have the files on your machine, you can try the appletviewer that (used to? still does?) ships with the JDK (Java Development Kit).






                share|improve this answer













                If you already have the files on your machine, you can try the appletviewer that (used to? still does?) ships with the JDK (Java Development Kit).







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 24 mins ago









                Pete KirkhamPete Kirkham

                1816




                1816






















                    jerrrrro is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    jerrrrro is a new contributor. Be nice, and check out our Code of Conduct.













                    jerrrrro is a new contributor. Be nice, and check out our Code of Conduct.












                    jerrrrro is a new contributor. Be nice, and check out our Code of Conduct.
















                    Thanks for contributing an answer to Super User!


                    • 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%2fsuperuser.com%2fquestions%2f1394999%2fhow-do-i-run-java-applets%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

                    Statuo de Libereco

                    Tanganjiko

                    Liste der Baudenkmäler in Enneberg