Question:

Java and html problem?

by  |  earlier

0 LIKES UnLike

I have a java class which is also a GUI application and I want to put it in an html file so that I can open it in Internet explorer or Mozilla Firefox. How do you do that?

 Tags:

   Report

4 ANSWERS


  1. Check out the info on the Anfy Team's page:

    http://www.anfyteam.com/

    They even have free software to use for this.

    Ron


  2. You need to convert java app. To an applet

  3. If it an applet that you have created then

    <APPLET CODE="classname.class" WIDTH="200" HEIGHT="200">

    </APPLET>

    put this .class file in same folder where your html file is.


  4. You need to build it as an applet. You can read more about applets and how they work at the link below.
You're reading: Java and html problem?

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.