- To: <y.yi@xxxxxxxxxxxxx>, <visad-list@xxxxxxxxxxxxx>
- Subject: AW: how to use Visad.jar in applet -> html?
- From: Mathias Stümpert <atzes@xxxxxx>
- Date: Thu, 12 Sep 2002 23:13:34 +0200
Hi Helen, Let's say your main class is called HelloVisad.class and is located in an archive called HelloVisad.jar. Then you should be able to use the following HTML-Snippet: <applet code="HelloVisad.class" archive="HelloVisad.jar,visad.jar" name="HelloVisad" width="400" height="300"> </applet> Hope that helps, Mathias
- References:
- how to use Visad.jar in applet -> html?
- From: Helen Yi
- how to use Visad.jar in applet -> html?