Hello,

I deployed xxe via javaWebStart.
Now I would like to modify the jnlp file.
In fact, I tried to add the element <argument> to define system properties
which are useful to my application.
example :   <application-desc
main-class="com.xmlmind.xmleditapp.app.WebStart" >
                        <argument>-sysproperty</argument>
                        <argument>userName=toto</argument>
                </application-desc>

When I launch xxe I've got an error message like this :

"userName=toto" n'est pas un URL ou un nom de fichier
Usage: java com.xmlmind.xmleditapp.app.Start URL_ou_fichier ...
URL_ou_fichier


How can I define system properties which can be read by my application ?


stephane


Reply via email to