0 Replies Latest reply on Jul 18, 2006 5:18 AM by mirrlove

    jar archive is not run

    mirrlove

      I want to run this script.
      ============================================
      <?xml version="1.0" encoding="utf-8"?>
      <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
      "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
      ]>
      <svg width="600" height="800" viewBox="0 0 600 800"
      xmlns:xlink="http://www.w3.org/1999/xlink">
      <script type="application/java-archive" xlink:href="SVGApplication.jar"/>
      Hello

      ============================================
      My system is Redhat linux 9.0 + JbossAS4.0.4.RC

      I can't run SVGApplication.jar in internet explorer.

      Please help me~~~~