problem with JNLP

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

JNLP error 0
jnlp not sharing sessions between browser and webastart viewer 0
Web Start problem 5
JNLP and Add/Remove Programs 8
JNLP validation 8
JNLP on IE 12
JNLP Launch File Error 7
Need to revise my JNLP file 11

Members online

No members online now.

Forum statistics

Threads
474,470
Messages
2,571,807
Members
48,797
Latest member
PeterSimpson
Top