NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

AW: how to use Visad.jar in applet -> html?

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


  • 2002 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: