<?xml version="1.0" encoding="utf-8"?> 
<!-- JNLP File for SwingSet2 Demo Application --> 
<jnlp 
  spec="1.0" 
  codebase="http://192.168.1.177/openmonitor" 
  href="omClient.jnlp"> 
  <information> 
    <title>OpenMonitor GUI Application</title> 
    <vendor>Keyware Solutions</vendor> 
    <homepage href="index.html"/> 
    <description>OpenMonitor GUI Application</description> 
    <description kind="short">A demo of the OpenMonitor of the Swing Graphical User Interface.</description> 
    <offline-allowed/> 
  <icon href="resource/img/logo.gif"/>
  </information> 
  <security> 
      <all-permissions/> 
  </security> 
  <resources> 
<j2se version="1.3+" initial-heap-size="128m" max-heap-size="256m"/> 
<jar href="lib/omgtkclient.jar"/> 
<jar href="lib/omutil.jar"/> 
<jar href="lib/omdata.jar"/> 
<jar href="lib/gmsjgraphs.jar" />
<jar href="lib/gmsjnet.jar" />
<jar href="lib/gmsjhfont.jar" />
<jar href="lib/gmsjnetrun.jar" />
<jar href="lib/gmsjrt.jar" />
<jar href="lib/log4j.jar" />
<jar href="lib/xalan.jar" />
<jar href="lib/jaxp.jar" />
<jar href="lib/xerces.jar" />
<jar href="lib/oro.jar" />
<jar href="lib/jcchart451K.jar" />
<jar href="lib/jcgauge451K.jar" />
<jar href="lib/jctable451K.jar" />
<jar href="lib/jh.jar" />
<jar href="lib/omgtkchelp.jar" />
<jar href="lib/omjournal.jar" />
  </resources> 
  <application-desc main-class="cn.co.keyware.om.agt.system.client.ClientMain"/>
</jnlp>
我写得,没问题,我也不清楚你的那里有问题,没准有用,呵呵