Problem in launching web start.

From: hep_mkj@myrealbox.com
Date: Sat Oct 12 2002 - 19:35:36 EDT


Dear Sun Managers,
  I am trying to start a utility with the help of java web start. But,
every time I got the error:-

            "An error occurred while launching/running the application."

The main launch file for the utility is:-
--------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for MOMO Application -->
<jnlp
    spec="1.0+"
    codebase="http://erpc1.naruto-u.ac.jp/~geant4/Sources"
    href="MOMO.jnlp">
    <information>
      <title>Momo -- Beta test</title>
      <vendor>Naruto University of Education </vendor>
      <offline-allowed/>
    </information>
    <security>
           <all-permissions/>
    </security>
    <resources>
        <j2se version="1.3"/>
        <jar href="MOMO.jar"/>
    </resources>
    <application-desc main-class="momo"/>
</jnlp>

------------------------------------------------------------------------

If anyone of you have encountered such type of error, please help. The
java version I am using is

"java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)". Your help
will be highly appreciated.

Thanking you in anticipation,
Manoj Jha.

--
MANOJ KUMAR JHA
RESEARCH SCHOLAR
(EXPERIMENTAL HIGH ENERGY PHYSICS)
UNIVERSITY OF DELHI.
email:- hep_mkj@myrealbox.com
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:25:06 EDT