I am a school teacher trying to have students run applets from a web page. The simple tutorials I have tried do not work. If I click on the jar file with IE browser it works fine.
Thanks for the help! JZ
An example of an applet is located at
Directory Listing
This is what I have tried but it does not work...
<Html><Head><Title>Java Example</Title></Head>
<Body>
Below is an applet<br><br>
<Applet Code="ohm-1d.class" width=600 Height=600>
</Applet></Body></Html>
