I made a folder called MSINDEX.
I used easyeclipse to make the java files, then I putted in MSINDEX.
MSINDEX also contains my html files.
THis is the code I tried to use to make the applet.
<applet code="expcalculator.class" width="524.8" height="200">
<param name=Font value=Helvetica>
<param name=Style value=bold>
</applet>
My expcalculator.java, .project, and .classpath are all in the same MSINDEX folder with .class and the index. However, when I open the htm file, it says error. in the applet.
I used easyeclipse to make the java files, then I putted in MSINDEX.
MSINDEX also contains my html files.
THis is the code I tried to use to make the applet.
<applet code="expcalculator.class" width="524.8" height="200">
<param name=Font value=Helvetica>
<param name=Style value=bold>
</applet>
My expcalculator.java, .project, and .classpath are all in the same MSINDEX folder with .class and the index. However, when I open the htm file, it says error. in the applet.