<?xml version="1.0" encoding="utf-8"?> 
<!-- JNLP File for Hello Demo Application --> 
<jnlp 
  spec="1.0+" 
  codebase="http://visservices.sdsc.edu/software/meshviewer/webstart/" 
  href="meshviewer.jnlp"> 
  <information> 
    <title>Mesh Viewer Application</title> 
    <vendor>Sun Microsystems, Inc.</vendor> 
    <homepage href="docs/help.html"/> 
    <description>Mesh Viewer Application</description> 
    <description kind="short">The Mesh Viewer interactive volume viewer.</description> 
    <offline-allowed/> 
  </information> 
  <security> 
      <all-permissions/> 
  </security> 
  <resources> 
    <j2se version="1.5+"/> 
    <jar href="viewer_signed.jar"/> 
    <jar href="CorbaCCV_signed.jar"/> 
    <jar href="CorbaVista_signed.jar"/> 
    <jar href="libedu_npaci_vis_io_signed.jar"/> 
    <jar href="libedu_npaci_vis_lang_signed.jar"/> 
    <jar href="libedu_npaci_vis_mesh_signed.jar"/> 
    <jar href="jargon_signed.jar"/> 
    <extension href="http://download.java.net/media/java3d/webstart/release/java3d-1.4-latest.jnlp"/>
  </resources> 
  <application-desc main-class="vis.view.basegui.ViewerFrame">
  </application-desc> 
</jnlp> 
<!--
  <application-desc main-class="vis.view.basegui.ViewerFrame">
    <argument>http://visservices.sdsc.edu/data/url_cell_membrane.hdr</argument>
  </application-desc> 
-->
