AdoptOpenJDK / AdoptOpenJDK/IcedTea-Web

IcedTea-Web not interpreting javaws command line

Aperta
#872 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Java
Stelle
268
Fork
96
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hi Everyone,

i have a jnlp application which calls another jnlp application and tries to pass an argument using the -open command.
Basically the command used is:

javaws -open "C:\Users\lnugnes001\Desktop\PWCAABQ00000008_1398.dcmnoDcm" https://jws.agenziaentrate.it/jws/dichiarazioni/2020/ExecCIR20.jnlp

The -open "C:\Users\lnugnes001\Desktop\PWCAABQ00000008_1398.dcmnoDcm" should be passed to https://jws.agenziaentrate.it/jws/dichiarazioni/2020/ExecCIR20.jnlp JNLP as stated in Oracle documentation:
https://docs.oracle.com/javase/7/docs/technotes/tools/share/javaws.html

What happens is that the command is not interpreted in the right way and the argument is not passed.

Here's the error log:

"failed to launch
net.sourceforge.jnlp.LaunchException: No local file 'C:\Program Files\IcedTeaWeb\WebStart\bin\-open' found and failed to create an URL from -open
at net.sourceforge.jnlp.runtime.Boot.locationToUrl(Boot.java:392)
at net.sourceforge.jnlp.runtime.Boot.launch(Boot.java:355)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:335)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:73)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.runMain(Boot.java:279)
at net.sourceforge.jnlp.runtime.Boot.mainWithReturnCode(Boot.java:132)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:114)
Caused by: java.net.MalformedURLException: no protocol: -open
at java.net.URL.(URL.java:611)
at java.net.URL.(URL.java:508)
at net.sourceforge.jnlp.runtime.Boot.locationToUrl(Boot.java:386)
... 7 more"


Is there anyway we can fix this?
Can you point me in the right direction or fix the problem?

Thanks,

Leonardo

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.