J
javier moreno
<jnlp spec="1.0+"
codebase="http://localhost:80/Projecto/"href="projecto.jnlp">
<information>
<title>my app</title>
<vendor>none</vendor>
<icon href="BRAZIL.gif" width="264" height="32"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.4"/>
<jar href="jar1.jar"/>
<jar href="jar2.jar"/>
</resources>
<application-desc>
<argument>java</argument>
<argument>-cp</argument>
<argument>c:\Projecto\</argument>
<argument>;</argument> <--- this one
<argument>jar2.jar</argument><--this one
<argument>;<argument>
<argument>jar1.jar</argument>
<argument>pack1.GUI.Main</argument>
<argument>-c</argument>
<argument>c:\Projecto\config.txt</argument>
</application-desc>
</jnlp>
codebase="http://localhost:80/Projecto/"href="projecto.jnlp">
<information>
<title>my app</title>
<vendor>none</vendor>
<icon href="BRAZIL.gif" width="264" height="32"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.4"/>
<jar href="jar1.jar"/>
<jar href="jar2.jar"/>
</resources>
<application-desc>
<argument>java</argument>
<argument>-cp</argument>
<argument>c:\Projecto\</argument>
<argument>;</argument> <--- this one
<argument>jar2.jar</argument><--this one
<argument>;<argument>
<argument>jar1.jar</argument>
<argument>pack1.GUI.Main</argument>
<argument>-c</argument>
<argument>c:\Projecto\config.txt</argument>
</application-desc>
</jnlp>